Home
last modified time | relevance | path

Searched refs:foof (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-implicit-conversion-floating-point-to-bool.cpp3 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/
Dwarn-implicit-conversion-floating-point-to-bool.cpp3 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/
Dzero-remat.ll27 define float @foof() nounwind {
31 ;CHECK-32-LABEL: foof:
36 ;CHECK-64-LABEL: foof:
/external/llvm-project/llvm/test/CodeGen/X86/
Dzero-remat.ll27 define float @foof() nounwind {
31 ;CHECK-32-LABEL: foof:
36 ;CHECK-64-LABEL: foof:
/external/llvm-project/lld/test/ELF/
Dpack-dyn-relocs-loop.s56 foof: label
57 .quad foof
/external/llvm/test/CodeGen/PowerPC/
Dqpx-load-splat.ll48 define <4 x float> @foof(float* nocapture readonly %a) #0 {
55 ; CHECK-LABEL: @foof
Dqpx-recipest.ll35 define <4 x double> @foof(<4 x double> %a, <4 x float> %b) nounwind {
42 ; CHECK-LABEL: @foof
53 ; CHECK-SAFE-LABEL: @foof
Drecipest.ll41 define double @foof(double %a, float %b) nounwind {
47 ; CHECK: @foof
56 ; CHECK-SAFE: @foof
Doptcmp.ll125 define float @foof(float %a, float %b, float* nocapture %c) #0 {
133 ; CHECK: @foof
/external/llvm-project/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
Dmips-interrupt-attr.c24 __attribute__((mips16,interrupt)) void foof() {} // expected-error {{'interrupt' and 'mips16' attri… in foof() function
Darray-init.c5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
/external/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
Dmips-interrupt-attr.c24 __attribute__((mips16,interrupt)) void foof() {} // expected-error {{'mips16' and 'interrupt' attri… in foof() function
Darray-init.c5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dpostinc-float.ll63 %call = tail call float @foof() #2
69 declare float @foof() local_unnamed_addr #1
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Doptcmp.ll254 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/
DCompileCudaWithLLVM.rst152 In nvcc ``math.h`` and ``cmath`` are mostly available. Versions of ``::foof``