代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/10438/186178
cpp xdebug.cpp
// new and delete operators for debug CRT heap use by C++ Library
#if defined(_DEBUG)
#include
#include
void * __CRTDECL operator new(size_t sz, const std::_DebugHeapT
www.eeworm.com/read/470720/1452350
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
www.eeworm.com/read/470693/1464296
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
www.eeworm.com/read/240162/4579200
c casting-operator2.c
// { dg-do compile }
// Contributed by Martin Loewis
// PR c++/8856: Make sure template conversion operators are not parsed as
// template names.
st
www.eeworm.com/read/240162/4590050
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
www.eeworm.com/read/233448/4671461
c casting-operator2.c
// { dg-do compile }
// Contributed by Martin Loewis
// PR c++/8856: Make sure template conversion operators are not parsed as
// template names.
struct
www.eeworm.com/read/233448/4672985
c asm-block-4.c
/* APPLE LOCAL file CW asm blocks */
/* Test C++ keywords that are binary operators in asm-syntax blocks within functions. */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-
www.eeworm.com/read/233448/4685929
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
www.eeworm.com/read/216502/4891351
y expr.y
/* Yacc productions for "expr" command: */
%token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
%token A_STRING SUBSTR LENGTH INDEX NOARG MATCH
/* operators listed below in increasing precedence
www.eeworm.com/read/209559/4961092
h fifo.h
/*
* linux/arch/arm/mach-omap/dsp/fifo.h
*
* FIFO buffer operators
*
* Copyright (C) 2002-2004 Nokia Corporation
*
* Written by Toshihiro Kobayashi
*
* This pr