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

12

/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.c7 void FUNC() { function
8 // CHECK-LABEL: define void @FUNC()
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinit_test.cc30 int FUNC() { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call.cpp11 void FUNC(Base* p) { function
H A Dmangle-local-class-names.cpp8 void FUNC () function
H A Dapple-kext-indirect-call-2.cpp20 void FUNC(B* p) { 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/libvncserver/examples/
H A Drotate.c11 #define FUNC(i, j) (h - 1 - j + i * h) macro
20 #undef FUNC macro
23 #define FUNC(i, j) (j + (w - 1 - i) * h) macro
31 #undef FUNC macro
35 #define FUNC(i, j) ((w - 1 - i) + j * w) macro
43 #undef FUNC macro
46 #define FUNC(i, j) (i + (h - 1 - j) * w) macro
54 #undef FUNC macro
57 #define FUNC(i, j) ((w - 1 - i) + (h - 1 - j) * w) macro
65 #undef FUNC macro
[all...]
/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
H A Ddraw_gs.c376 #define FUNC gs_run macro
381 #define FUNC gs_run_elts macro
H A Ddraw_pt_so_emit.c174 #define FUNC so_run_linear macro
179 #define FUNC so_run_elts 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);
H A DProfileTreeGrammar.cs29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5; field in class:ProfileTreeGrammar
211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
230 // BuildOptions\\ProfileTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
255 case FUNC:
323 // BuildOptions\\ProfileTreeGrammar.g3:60:9: ^( FUNC ( . )+ )
327 Match(input,FUNC,Follow._FUNC_in_stat128);
H A DDebugGrammarParser.cs26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5; field in class:DebugGrammarParser
549 // BuildOptions\\DebugGrammar.g3:59:0: func : ID '(' formalPar ')' '=' expr -> ^( FUNC ID formalPar expr ) ;
586 // BuildOptions\\DebugGrammar.g3:59:9: ( ID '(' formalPar ')' '=' expr -> ^( FUNC ID formalPar expr ) )
635 // 59:41: -> ^( FUNC ID formalPar expr )
638 // BuildOptions\\DebugGrammar.g3:59:44: ^( FUNC ID formalPar expr )
642 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(FUNC, "FUNC"), root_1);
H A DProfileGrammarParser.cs26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5; field in class:ProfileGrammarParser
553 // BuildOptions\\ProfileGrammar.g3:59:0: func : ID '(' formalPar ')' '=' expr -> ^( FUNC ID formalPar expr ) ;
590 // BuildOptions\\ProfileGrammar.g3:59:9: ( ID '(' formalPar ')' '=' expr -> ^( FUNC ID formalPar expr ) )
639 // 59:41: -> ^( FUNC ID formalPar expr )
642 // BuildOptions\\ProfileGrammar.g3:59:44: ^( FUNC ID formalPar expr )
646 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(FUNC, "FUNC"), root_1);
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp64 FUNC = 0x1, enumerator in enum:__anon7847::Descriptor::__anon7849
122 case Descriptor::FUNC: {

Completed in 487 milliseconds

12