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

  /external/clang/test/Index/
complete-documentation-templates.cpp 52 typedef T3<double> T12;
126 // CHECK-CC4: TypedefDecl:{TypedText T12}
127 // CHECK-CC4-SHOULD-BE: TypedefDecl:{TypedText T12}{{.*}}(brief comment: This is T3.)
  /external/clang/test/SemaCXX/
virtual-override.cpp 268 namespace T12 {
277 virtual B& f(); // expected-error {{virtual function 'f' has a different return type ('T12::B &') than the function it overrides (which has return type 'T12::A &&')}}
  /external/clang/test/CodeGenCXX/
temporaries.cpp 314 namespace T12 {
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 81 typedef int T12 __attribute__ ((vector_size (8)));
82 T12 f12(void) { while (1) {} }
102 struct { T12 a; } f18(void) { while (1) {} }
  /external/openssl/crypto/modes/
gcm128.c     [all...]

Completed in 236 milliseconds