HomeSort by relevance Sort by last modified time
    Searched refs:g3 (Results 76 - 100 of 363) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Sema/
attr-cleanup.c 7 static int g3 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
no-documentation-warn-tagdecl-specifier.c 62 enum e3* g3(void);
bitfield-layout.c 138 struct __attribute__((packed)) g3 { struct
144 CHECK_ALIGN(struct, g3, 16);
146 CHECK_SIZE(struct, g3, 16);
147 CHECK_OFFSET(struct, g3, c, 2);
149 CHECK_SIZE(struct, g3, 32);
150 CHECK_OFFSET(struct, g3, c, 17);
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 28 template<typename T> T g3(T);
29 int g3(int);
30 int g3(char);
35 g(g3);
  /external/pdfium/xfa/fxgraphics/
cxfa_geshading.cpp 71 int32_t g3 = static_cast<int32_t>(i * gScale); local
76 FXARGB_TODIB(FXARGB_MAKE(a1 + a3, r1 + r3, g1 + g3, b1 + b3));
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug219.go 31 func g3() { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug219.go 31 func g3() { func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
rdhpr.d 12 8: 87 48 c0 00 rdhpr %hintp, %g3
sparc5vis4.d 10 0: 87 b0 48 22 subxc %g1, %g2, %g3
11 4: 87 b0 48 62 subxccc %g1, %g2, %g3
18 20: 87 b1 a5 c8 fpcmpule16 %f6, %f8, %g3
splet.s 31 umul %g1, %g2, %g3
35 umul %g1, %g2, %g3 ! %g3 must be equal to 0
39 smul %g1, %g2, %g3
43 smul %g1, %g2, %g3
hpcvis3.s 5 ldx [%g3], %efsr
66 movstosw %f23, %g3
73 fucmpgt8 %f20, %f22, %g3
rdpr.d 12 8: 87 50 80 00 rdpr %tstate, %g3
  /prebuilts/go/darwin-x86/test/method4.dir/
prog.go 101 g3 := method4a.I1.Sum
102 eq(g3(mt1, a, 38), 48)
103 eq(g3(mt2, a, 39), 49)
  /prebuilts/go/linux-x86/test/method4.dir/
prog.go 101 g3 := method4a.I1.Sum
102 eq(g3(mt1, a, 38), 48)
103 eq(g3(mt2, a, 39), 49)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugGrammar.g3 2009-09-30 13:18:13
119 public override string GrammarFileName { get { return "BuildOptions\\DebugGrammar.g3"; } }
130 // BuildOptions\\DebugGrammar.g3:50:0: prog : ( stat )* ;
153 // BuildOptions\\DebugGrammar.g3:50:7: ( ( stat )* )
156 // BuildOptions\\DebugGrammar.g3:50:7: ( stat )*
161 // BuildOptions\\DebugGrammar.g3:50:7: ( stat )*
192 // BuildOptions\\DebugGrammar.g3:50:9: stat
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
303 // BuildOptions\\DebugGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
330 // BuildOptions\\DebugGrammar.g3:53:9: expr NEWLIN
    [all...]
ProfileGrammarParser.cs 1 // $ANTLR 3.1.2 BuildOptions\\ProfileGrammar.g3 2009-09-30 13:18:17
123 public override string GrammarFileName { get { return "BuildOptions\\ProfileGrammar.g3"; } }
134 // BuildOptions\\ProfileGrammar.g3:50:0: prog : ( stat )* ;
157 // BuildOptions\\ProfileGrammar.g3:50:7: ( ( stat )* )
160 // BuildOptions\\ProfileGrammar.g3:50:7: ( stat )*
165 // BuildOptions\\ProfileGrammar.g3:50:7: ( stat )*
196 // BuildOptions\\ProfileGrammar.g3:50:9: stat
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
307 // BuildOptions\\ProfileGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
334 // BuildOptions\\ProfileGrammar.g3:53:9: expr NEWLIN
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 11 constexpr int g3(int n) { return f(n*0); } function in namespace:StdExample
25 static_assert(g3(0) == 1, "");
26 static_assert(g3(1) == 1, "");
p6.cpp 66 constexpr T3<Literal> g3() { return {}; } // ok function in namespace:TemplateVBase
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 35 auto g3() noexcept(noexcept(f(this->ptr))) -> decltype(f((*this).ptr));
46 int &ir2 = ci.g3();
54 static_assert(!noexcept(ci.g3()), "exception-specification failure");
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_assign.pass.cpp 50 int g3(int, int, int) { return 3; } function
115 Func f = g3;
118 assert(*f.target<int(*)(int, int, int)>() == g3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_assign.pass.cpp 50 int g3(int, int, int) { return 3; } function
116 Func f = g3;
119 assert(*f.target<int(*)(int, int, int)>() == g3);
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 47 void g3(T&); // expected-note{{previous}}
48 void g3(typename X0::U_type&);
49 void g3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
120 void g3(T&); // expected-note{{previous}}
121 void g3(typename X0::U_type&);
122 void g3(typename ::X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-2.d 20 [ ]*4c: R_MIPS_PC16 g3
  /external/clang/test/Analysis/
stack-addr-ps.cpp 16 const int& g3() { function
  /external/clang/test/CodeGen/
bitfield.c 83 int g3(void) { function
84 // CHECK-LABEL: @g3()
86 // PATH-LABEL: @g3()

Completed in 3276 milliseconds

1 2 34 5 6 7 8 91011>>