Searched refs:foof (Results 1 – 18 of 18) 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/llvm-project/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/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-project/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-project/lld/test/ELF/ |
D | pack-dyn-relocs-loop.s | 56 foof: label 57 .quad 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/llvm-project/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 {{'interrupt' and 'mips16' attri… in foof() function
|
D | array-init.c | 5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
|
/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/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | postinc-float.ll | 63 %call = tail call float @foof() #2 69 declare float @foof() local_unnamed_addr #1
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | optcmp.ll | 254 define float @foof(float %a, float %b, float* nocapture %c) #0 { 255 ; CHECK-LABEL: foof: 265 ; CHECK-NO-ISEL-LABEL: foof:
|
/external/llvm-project/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 152 In nvcc ``math.h`` and ``cmath`` are mostly available. Versions of ``::foof``
|