HomeSort by relevance Sort by last modified time
    Searched full:fun4 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCXX/
PR20038.cpp 8 // CHECK: [[FUN4:.*]] = {{.*}}; [ DW_TAG_subprogram ] {{.*}} [def] [fun4]
10 // CHECK: [[FUN4_BLOCK]] = metadata !{{{[^,]*}}, {{[^,]*}}, metadata [[FUN4]],
11 void fun4() { b && (C(), 1); } function
  /external/clang/test/Sema/
alias-redefinition.c 19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 68 int* fun4(int);
90 if (fun4 == 0) {}
91 // expected-warning@-1{{comparison of function 'fun4' equal to a null pointer is always false}}
103 if (nullptr != fun4) {}
104 // expected-warning@-1{{comparison of function 'fun4' not equal to a null pointer is always true}}
member-expr.cpp 144 template <typename T> S fun4(); // expected-note{{possible target for call}}
146 return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/llvm/test/CodeGen/X86/
dagcombine-shifts.ll 54 define i64 @fun4(i8 zeroext %v) {
62 ; CHECK-LABEL: @fun4
  /external/llvm/test/DebugInfo/
PR20038.ll 10 ; void fun4() { b && (C(), 1); }
31 ; CHECK: DW_AT_name {{.*}} "fun4"
139 !12 = metadata !{i32 786478, metadata !5, metadata !13, metadata !"fun4", metadata !"fun4", metadata !"_Z4fun4v", i32 5, metadata !14, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 false, void ()* @_Z4fun4v, null, null, metadata !2, i32 5} ; [ DW_TAG_subprogram ] [line 5] [def] [fun4]
  /external/chromium_org/v8/test/cctest/
test-api.cc 4471 const char* fun4 = "f(14, 15, 16)"; local
    [all...]

Completed in 827 milliseconds