Searched defs:FUNC (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
2 FUNC(23
/external/mesa3d/src/glsl/glcpp/tests/
H A D084-unbalanced-parentheses.c1 #define FUNC(x) (2*(x)) macro
2 FUNC(23
/external/clang/test/Preprocessor/
H A Dmacro_fn_lparen_scan2.c1 // RUN: %clang_cc1 -E %s | grep 'FUNC (3 +1);'
4 #define FUNC(a) (a+1) macro
6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
H A Dmacro_rparen_scan2.c5 #define FUNC(a) a macro
7 static int glob = (1 + FUNC(1 R_PAREN );
/external/clang/test/CodeGen/
H A Dbuiltin-expect.c6 void FUNC() { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call.C9 void FUNC(Base* p) { function
H A Dmangle-local-class-names.cpp8 void FUNC () function
H A Dapple-kext-indirect-call-2.C20 void FUNC(B* p) { function
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinit_test.cc30 int FUNC() { function
/external/bison/lib/
H A Dfrexp.c40 # define FUNC frexpl macro
48 # define FUNC frexp macro
58 FUNC (DOUBLE x, int *expptr) function
H A Disnan.c39 # define FUNC rpl_isnanl macro
51 # define FUNC rpl_isnand macro
63 # define FUNC rpl_isnanf macro
83 FUNC (DOUBLE x) function
H A Dprintf-frexp.c39 # define FUNC printf_frexpl macro
52 # define FUNC printf_frexp macro
67 FUNC (DOUBLE x, int *expptr) function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_decompose_tmp.h49 FUNC(FUNC_VARS) function
436 #undef FUNC macro
H A Ddraw_split_tmp.h28 FUNC(FUNC_VARS) function
169 #undef FUNC macro
H A Ddraw_pipe.c198 #define FUNC pipe_run_elts macro
295 #define FUNC pipe_run_linear macro
H A Ddraw_pt_vsplit.c127 #define FUNC vsplit_run_linear macro
130 #define FUNC vsplit_run_ubyte macro
135 #define FUNC vsplit_run_ushort macro
140 #define FUNC vsplit_run_uint macro
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemcpy.S10 #define FUNC(x) \ define
144 FUNC(amemmove)
145 FUNC(__memmove)
147 FUNC(memmove)
204 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_decompose_tmp.h49 FUNC(FUNC_VARS) function
436 #undef FUNC macro
H A Ddraw_split_tmp.h28 FUNC(FUNC_VARS) function
169 #undef FUNC macro
H A Ddraw_pipe.c198 #define FUNC pipe_run_elts macro
295 #define FUNC pipe_run_linear macro
H A Ddraw_pt_vsplit.c127 #define FUNC vsplit_run_linear macro
130 #define FUNC vsplit_run_ubyte macro
135 #define FUNC vsplit_run_ushort macro
140 #define FUNC vsplit_run_uint macro
/external/pixman/pixman/
H A Dpixman-compiler.h6 * FUNC must be defined to expand to the current function
14 # define FUNC ((const char*) (__PRETTY_FUNCTION__)) macro
16 # define FUNC ((const char*) (__func__)) macro
18 # define FUNC ((const char*) ("???")) macro
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs29 public const int FUNC=5; field in class:DebugGrammarLexer
H A DProfileGrammarLexer.cs29 public const int FUNC=5; field in class:ProfileGrammarLexer
H A DDebugTreeGrammar.cs29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5; field in class:DebugTreeGrammar
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
250 case FUNC:
318 // BuildOptions\\DebugTreeGrammar.g3:60:9: ^( FUNC ( . )+ )
322 Match(input,FUNC,Follow._FUNC_in_stat128);

Completed in 5384 milliseconds

12