OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foof
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/SemaCXX/
warn-implicit-conversion-floating-point-to-bool.cpp
3
float
foof
(float x);
15
b =
foof
(4.0);
17
b =
foof
(c < 1); // expected-warning {{implicit conversion turns floating-point number into bool: 'float' to 'bool'}}
/external/llvm/test/CodeGen/X86/
zero-remat.ll
27
define float @
foof
() nounwind {
31
;CHECK-32-LABEL:
foof
:
36
;CHECK-64-LABEL:
foof
:
/external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp
96
Function *
FooF
=
100
// Add a basic block to the
FooF
function.
101
BB = BasicBlock::Create(Context, "EntryBlock",
FooF
);
125
GenericValue gv = EE->runFunction(
FooF
, noargs);
/external/bison/tests/
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
/external/clang/test/Sema/
declspec.c
6
void
foof
(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
mips-interrupt-attr.c
24
__attribute__((mips16,interrupt)) void
foof
() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \
function
array-init.c
5
extern int
foof
() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
/external/llvm/test/CodeGen/PowerPC/
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
recipest.ll
41
define double @
foof
(double %a, float %b) nounwind {
47
; CHECK: @
foof
56
; CHECK-SAFE: @
foof
optcmp.ll
125
define float @
foof
(float %a, float %b, float* nocapture %c) #0 {
133
; CHECK: @
foof
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1
[
all
...]
x86_64-w64-mingw32-gcc.1
[
all
...]
Completed in 468 milliseconds