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

  /external/clang/test/CodeGenCXX/
PR20038.cpp 12 // CHECK: [[FUN2:.*]] = distinct !DISubprogram(name: "fun2",{{.*}} isDefinition: true
13 // CHECK: [[DTOR_CALL2_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[FUN2]])
14 bool fun2() { return (C(), b) && 0; } function
mangle.cpp 1036 decltype(U().~S1<T>()) fun2() {} function in namespace:test51
1051 template void fun2<S1<int>, int>();
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
altmacro_string.s 50 # Fun2 sees the comma as a character.
55 .macro fun2 arg
59 fun2 <5,6> label
altmacro_string_escape.s 20 .macro fun2 string
29 fun2 <5!>4> label
  /external/clang/test/Sema/
alias-redefinition.c 11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
12 void fun2() {} // expected-error {{redefinition of 'fun2'}} function
  /external/clang/test/PCH/
struct.h 24 struct Fun2;
25 struct Fun2 *fun2; variable in typeref:struct:Fun2
  /external/clang/test/SemaCXX/
qual-id-test.cpp 64 void fun2() function in namespace:C
  /external/curl/CMake/
CurlTests.c 570 #define c99_vmacro2(first, ...) fun2(first, __VA_ARGS__)
573 int fun2(int arg1, int arg2);
578 int fun2(int arg1, int arg2) { function
591 #define gcc_vmacro2(first, args...) fun2(first, args)
594 int fun2(int arg1, int arg2);
599 int fun2(int arg1, int arg2) { function

Completed in 4038 milliseconds