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

/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/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/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_file.c420 #define FUNC(f) #f, wpa_config_process_ ## f, OFFSET(f), NULL, NULL macro
451 { FUNC(uuid) },
458 { FUNC(os_version) },
461 { FUNC(country) }
464 #undef FUNC macro
H A Dconfig.c1305 /* FUNC: Define a configuration variable that uses a custom function for
1313 #define FUNC(f) _FUNC(f), 0 macro
1346 { FUNC(bssid) },
1348 { FUNC(proto) },
1349 { FUNC(key_mgmt) },
1350 { FUNC(pairwise) },
1351 { FUNC(group) },
1352 { FUNC(auth_alg) },
1354 { FUNC(eap) },
1438 #undef FUNC macro
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1519 /* FUNC: Define a configuration variable that uses a custom function for
1527 #define FUNC(f) _FUNC(f), 0 macro
1556 { FUNC(bssid) },
1558 { FUNC(proto) },
1559 { FUNC(key_mgmt) },
1561 { FUNC(pairwise) },
1562 { FUNC(group) },
1563 { FUNC(auth_alg) },
1564 { FUNC(scan_freq) },
1565 { FUNC(freq_lis
1657 #undef FUNC macro
2946 #define FUNC macro
3029 #undef FUNC macro
[all...]
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c2224 #define FUNC(x) #x macro
2236 ))GetProcAddress (hmodDbgHelp, FUNC(StackWalk));
2241 ))GetProcAddress (hmodDbgHelp, FUNC(SymGetModuleBase));
2245 ))GetProcAddress (hmodDbgHelp, FUNC(SymFunctionTableAccess));
2250 ))GetProcAddress (hmodDbgHelp, FUNC(SymGetModuleBase));
2254 ))GetProcAddress (hmodDbgHelp, FUNC(SymFunctionTableAccess));
2260 ))GetProcAddress (hmodDbgHelp, FUNC(SymInitialize));
2266 ))GetProcAddress (hmodDbgHelp, FUNC(SymGetSymFromAddr));
2271 ))GetProcAddress (hmodDbgHelp, FUNC(SymGetModuleInfo));
2274 ))GetProcAddress (hmodDbgHelp, FUNC(SymSetOption
[all...]

Completed in 1643 milliseconds