Home
last modified time | relevance | path

Searched refs:foof (Results 1 – 12 of 12) 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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dzero-remat.ll26 define float @foof() nounwind {
30 ;CHECK-32: foof:
35 ;CHECK-64: foof:
/external/llvm/test/CodeGen/X86/
Dzero-remat.ll27 define float @foof() nounwind {
31 ;CHECK-32-LABEL: foof:
36 ;CHECK-64-LABEL: foof:
/external/bison/tests/
Dskeletons.at179 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
Dtestsuite20450 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/
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/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)}}