Searched refs:foof (Results 1 – 17 of 17) sorted by relevance
/external/clang/test/SemaCXX/ |
D | warn-implicit-conversion-floating-point-to-bool.cpp | 3 float foof(float x); 15 b = foof(4.0); in bar() 17 …b = foof(c < 1); // expected-warning {{implicit conversion turns floating-point number into bool: … in bar()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | zero-remat.ll | 26 define float @foof() nounwind { 30 ;CHECK-32: foof: 35 ;CHECK-64: foof:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 27 define float @foof() nounwind { 31 ;CHECK-32-LABEL: foof: 36 ;CHECK-64-LABEL: foof:
|
/external/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 27 define float @foof() nounwind { 31 ;CHECK-32-LABEL: foof: 36 ;CHECK-64-LABEL: foof:
|
/external/llvm/test/CodeGen/PowerPC/ |
D | qpx-load-splat.ll | 48 define <4 x float> @foof(float* nocapture readonly %a) #0 { 55 ; CHECK-LABEL: @foof
|
D | qpx-recipest.ll | 35 define <4 x double> @foof(<4 x double> %a, <4 x float> %b) nounwind { 42 ; CHECK-LABEL: @foof 53 ; CHECK-SAFE-LABEL: @foof
|
D | recipest.ll | 41 define double @foof(double %a, float %b) nounwind { 47 ; CHECK: @foof 56 ; CHECK-SAFE: @foof
|
D | optcmp.ll | 125 define float @foof(float %a, float %b, float* nocapture %c) #0 { 133 ; CHECK: @foof
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | qpx-recipest.ll | 35 define <4 x double> @foof(<4 x double> %a, <4 x float> %b) nounwind { 42 ; CHECK-LABEL: @foof 53 ; CHECK-SAFE-LABEL: @foof
|
D | qpx-load-splat.ll | 51 define <4 x float> @foof(float* nocapture readonly %a) #0 { 52 ; CHECK-LABEL: foof:
|
D | recipest.ll | 48 define double @foof(double %a, float %b) nounwind { 54 ; CHECK: @foof 63 ; CHECK-SAFE: @foof
|
D | optcmp.ll | 147 define float @foof(float %a, float %b, float* nocapture %c) #0 { 155 ; CHECK: @foof
|
/external/clang/test/Sema/ |
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
D | mips-interrupt-attr.c | 24 __attribute__((mips16,interrupt)) void foof() {} // expected-error {{'mips16' and 'interrupt' attri… in foof() function
|
D | array-init.c | 5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | postinc-float.ll | 63 %call = tail call float @foof() #2 69 declare float @foof() local_unnamed_addr #1
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 150 In nvcc ``math.h`` and ``cmath`` are mostly available. Versions of ``::foof``
|