Searched refs:fun4 (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/SemaCXX/ |
D | warn-tautological-compare.cpp | 68 int* fun4(int); 90 if (fun4 == 0) {} in test() 103 if (nullptr != fun4) {} in test()
|
D | member-expr.cpp | 148 template <typename T> S fun4(); // expected-note{{possible target for call}} 150 …return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g4()
|
/external/clang/test/Sema/ |
D | alias-redefinition.c | 19 void fun4(void) __attribute((alias("f4"))); 20 void fun4(void);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.function.frag | 16 float4 fun4(uint id1, uniform uint id2) 24 return fun4(entityId, entityId);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.function.frag | 16 float4 fun4(uint id1, uniform uint id2) 24 return fun4(entityId, entityId);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.function.frag.out | 43 0:17 Function Definition: fun4(u1;u1; ( temp 4-component vector of float) 65 0:24 Function Call: fun4(u1;u1; ( temp 4-component vector of float) 119 0:17 Function Definition: fun4(u1;u1; ( temp 4-component vector of float) 141 0:24 Function Call: fun4(u1;u1; ( temp 4-component vector of float)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.function.frag.out | 43 0:17 Function Definition: fun4(u1;u1; ( temp 4-component vector of float) 65 0:24 Function Call: fun4(u1;u1; ( temp 4-component vector of float) 119 0:17 Function Definition: fun4(u1;u1; ( temp 4-component vector of float) 141 0:24 Function Call: fun4(u1;u1; ( temp 4-component vector of float)
|
/external/libabigail/tests/data/test-diff-dwarf/ |
D | test26-added-parms-before-variadic-v0.c | 27 fun4(const char* c, const int* d, ...) in fun4() function
|
D | test26-added-parms-before-variadic-v1.c | 36 fun4(const char* c, const int* d, const int* d1, ...) in fun4() function
|
D | test26-added-parms-before-variadic-report.txt | 24 [C] 'function void fun4(const char*, const int*, ...)' has some indirect sub-type changes:
|
/external/llvm/test/DebugInfo/Generic/ |
D | PR20038.ll | 13 ; void fun4() { b && (C(), 1); } 34 ; CHECK: DW_AT_name {{.*}} "fun4" 137 !12 = distinct !DISubprogram(name: "fun4", linkageName: "_Z4fun4v", line: 5, isLocal: false, isDefi…
|
/external/clang/test/OpenMP/ |
D | declare_reduction_messages.c | 34 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() // expec…
|
D | declare_reduction_messages.cpp | 55 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() …
|
/external/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 54 define i64 @fun4(i8 zeroext %v) { 62 ; CHECK-LABEL: @fun4
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 1040 decltype(S1<T>().~S1<T>(), S1<T>().~S1<T>()) fun4() {}; in fun4() function 1055 template void fun4<int>();
|