Searched refs:foof (Results 1 – 12 of 12) 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/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 27 define float @foof() nounwind { 31 ;CHECK-32-LABEL: foof: 36 ;CHECK-64-LABEL: foof:
|
/external/bison/tests/ |
D | skeletons.at | 179 m4@&t@_define([foof], [b4_fatal([[foof fubar]])]) 184 m4@&t@_if(foof, [1], [yes]) 198 input1.y: fatal error: foof fubar 202 [[m4@&t@_define([foofat], [b4_fatal_at([[foof.y:12.11]], 203 [[foof.y:100.123]], [[foofat fubar]])]) 214 [[foof.y:12.11-100.122: fatal error: foofat fubar
|
D | testsuite | 20450 m4_define([foof], [b4_fatal([[foof fubar]])]) 20455 m4_if(foof, [1], [yes]) 20489 m4_define([foofat], [b4_fatal_at([[foof.y:12.11]], 20490 [[foof.y:100.123]], [[foofat fubar]])])
|
/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/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)}}
|