Home
last modified time | relevance | path

Searched refs:fun4 (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp68 int* fun4(int);
90 if (fun4 == 0) {} in test()
103 if (nullptr != fun4) {} in test()
Dmember-expr.cpp148 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/SemaCXX/
Dwarn-tautological-compare.cpp68 int* fun4(int);
90 if (fun4 == 0) {} in test()
103 if (nullptr != fun4) {} in test()
Dmember-expr.cpp148 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/deqp-deps/glslang/Test/
Dhlsl.function.frag11 float4 fun4(uint id1, uniform uint id2)
19 return fun4(entityId, entityId);
/external/clang/test/Sema/
Dalias-redefinition.c19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
/external/llvm-project/clang/test/Sema/
Dalias-redefinition.c19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.function.frag.out26 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
47 0:19 Function Call: fun4(u1;u1; ( temp 4-component vector of float)
84 0:12 Function Definition: fun4(u1;u1; ( temp 4-component vector of float)
105 0:19 Function Call: fun4(u1;u1; ( temp 4-component vector of float)
/external/llvm-project/llvm/test/MC/AsmParser/
Daltmacro_string.s66 .macro fun4 arg1 arg2 macro
72 fun4 <5,4
/external/libabigail/tests/data/test-diff-dwarf/
Dtest26-added-parms-before-variadic-v0.c27 fun4(const char* c, const int* d, ...) in fun4() function
Dtest26-added-parms-before-variadic-v1.c36 fun4(const char* c, const int* d, const int* d1, ...) in fun4() function
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Dext-of-icmp-cost.ll37 define double @fun4(i64 %v) {
38 ; CHECK-LABEL: 'fun4'
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-sext.ll34 define <2 x i32> @fun4(<2 x i16> %val1) {
35 ; CHECK-LABEL: fun4:
Dint-cmp-57.ll58 define i32 @fun4(i32 %arg) {
59 ; CHECK-LABEL: fun4:
Dvec-zext.ll35 define <2 x i32> @fun4(<2 x i16> %val1) {
36 ; CHECK-LABEL: fun4:
Dint-cmp-56.ll114 define i32 @fun4(i32 %arg, i32 %arg2, i32 %arg3) {
115 ; CHECK-LABEL: fun4:
Dfunction-attributes-01.ll55 define <2 x double> @fun4(<2 x double>* %A) #4 {
56 ; CHECK-LABEL: fun4:
Dint-cmp-56.mir14 define i32 @fun4(i32* %ptr0) { ret i32 0 }
250 # CHECK: name: fun4
254 name: fun4
Dvec-move-23.ll69 define void @fun4(<2 x i8> %Src, <2 x double>* %Dst) {
70 ; CHECK-LABEL: fun4:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Daarch64-vuzp.ll38 ; CHECK-LABEL: fun4:
40 define i32 @fun4() {
/external/llvm-project/llvm/test/DebugInfo/Generic/
DPR20038.ll11 ; void fun4() { b && (C(), 1); }
32 ; CHECK: DW_AT_name {{.*}} "fun4"
135 !12 = distinct !DISubprogram(name: "fun4", linkageName: "_Z4fun4v", line: 5, isLocal: false, isDefi…
/external/llvm/test/DebugInfo/Generic/
DPR20038.ll13 ; 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/
Ddeclare_reduction_messages.c34 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() // expec…
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll54 define i64 @fun4(i8 zeroext %v) {
62 ; CHECK-LABEL: @fun4
/external/llvm-project/clang/test/OpenMP/
Ddeclare_reduction_messages.c36 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() // expec…

12