HomeSort by relevance Sort by last modified time
    Searched defs:FUNC (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Preprocessor/
macro_fn_lparen_scan2.c 1 // RUN: %clang_cc1 -E %s | grep 'FUNC (3 +1);'
4 #define FUNC(a) (a+1)
6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
macro_rparen_scan2.c 5 #define FUNC(a) a
7 static int glob = (1 + FUNC(1 R_PAREN );
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 9 void FUNC(Base* p) {
mangle-local-class-names.cpp 8 void FUNC ()
apple-kext-indirect-call-2.C 20 void FUNC(B* p) {
  /external/clang/test/CodeGen/
builtin-expect.c 6 void FUNC() {
  /external/compiler-rt/lib/asan/lit_tests/Linux/
preinit_test.cc 24 int FUNC() {
  /external/bison/lib/
frexp.c 40 # define FUNC frexpl
48 # define FUNC frexp
58 FUNC (DOUBLE x, int *expptr)
isnan.c 39 # define FUNC rpl_isnanl
51 # define FUNC rpl_isnand
63 # define FUNC rpl_isnanf
83 FUNC (DOUBLE x)
printf-frexp.c 39 # define FUNC printf_frexpl
52 # define FUNC printf_frexp
67 FUNC (DOUBLE x, int *expptr)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 29 public const int FUNC=5;
ProfileGrammarLexer.cs 29 public const int FUNC=5;
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5;
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);
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int FUNC=5;
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);
DebugGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5;
50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
290 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func");
303 // BuildOptions\\DebugGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
434 // BuildOptions\\DebugGrammar.g3:55:9: func NEWLINE
438 func8=func();
550 private DebugGrammarParser.func_return func( ) method in class:DebugGrammarParser
    [all...]
ProfileGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5;
50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
294 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func");
307 // BuildOptions\\ProfileGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
438 // BuildOptions\\ProfileGrammar.g3:55:9: func NEWLINE
442 func8=func();
554 private ProfileGrammarParser.func_return func( ) method in class:ProfileGrammarParser
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 102 #ifndef FUNC
103 #define FUNC 1

Completed in 442 milliseconds