OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nofoo
(Results
1 - 20
of
20
) sorted by null
/external/clang/test/CodeGen/
mips16-attr.c
8
void __attribute__((nomips16))
nofoo
(void) {
function
12
// CHECK: define void @
nofoo
() [[NOMIPS16:#[0-9]+]]
/external/llvm/test/FileCheck/
check-empty.txt
2
// RUN: not FileCheck -check-prefix=
NOFOO
%s </dev/null 2>&1 | FileCheck -check-prefix=EMPTY-ERR %s
4
// RUN: FileCheck -check-prefix=
NOFOO
-allow-empty %s </dev/null 2>&1 | FileCheck -allow-empty -check-prefix=NO-EMPTY-ERR %s
7
;
NOFOO
-NOT: foo
/external/llvm/test/CodeGen/Mips/
mips16_32_3.ll
17
define void @
nofoo
() #1 {
23
; 16: .ent
nofoo
32
; 16: .end
nofoo
34
; 32: .ent
nofoo
43
; 32: .end
nofoo
mips16_32_4.ll
17
define void @
nofoo
() #1 {
23
; 16: .ent
nofoo
32
; 16: .end
nofoo
34
; 32: .ent
nofoo
43
; 32: .end
nofoo
mips16_32_5.ll
17
define void @
nofoo
() #1 {
23
; 16: .ent
nofoo
32
; 16: .end
nofoo
34
; 32: .ent
nofoo
43
; 32: .end
nofoo
mips16_32_6.ll
24
define void @
nofoo
() #1 {
30
; 16: .ent
nofoo
39
; 16: .end
nofoo
41
; 32: .ent
nofoo
50
; 32: .end
nofoo
mips16_32_7.ll
24
define void @
nofoo
() #1 {
30
; 16: .ent
nofoo
39
; 16: .end
nofoo
41
; 32: .ent
nofoo
50
; 32: .end
nofoo
mips16_32_10.ll
19
define void @
nofoo
() #1 {
25
; 16: .ent
nofoo
28
; 16: .end
nofoo
mips16_32_9.ll
12
define void @
nofoo
() #1 {
18
; 32: .ent
nofoo
27
; 32: .end
nofoo
nomips16.ll
21
define void @
nofoo
() #1 {
31
; CHECK: .ent
nofoo
33
; CHECK: .end
nofoo
mips16_32_8.ll
22
define void @
nofoo
() #1 {
36
; 32: .ent
nofoo
45
; 32: .end
nofoo
53
call void @
nofoo
()
/external/clang/test/PCH/
fuzzy-pch.c
8
// RUN: FileCheck -check-prefix=CHECK-
NOFOO
%s < %t.err
28
// CHECK-
NOFOO
: macro 'FOO' was defined in the precompiled header but undef'd on the command line
/external/regex-re2/re2/testing/
search_test.cc
83
{ "\\bfoo\\b", "
nofoo
foo that" },
/external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h
448
// which is illegal (--foo and --
nofoo
both affect the "foo" flag).
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h
468
// which is illegal (--foo and --
nofoo
both affect the "foo" flag).
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h
468
// which is illegal (--foo and --
nofoo
both affect the "foo" flag).
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h
484
// which is illegal (--foo and --
nofoo
both affect the "foo" flag).
/external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h
502
// which is illegal (--foo and --
nofoo
both affect the "foo" flag).
/prebuilts/go/darwin-x86/src/regexp/testdata/
re2-search.txt
886
"
nofoo
foo that"
[
all
...]
/prebuilts/go/linux-x86/src/regexp/testdata/
re2-search.txt
886
"
nofoo
foo that"
[
all
...]
Completed in 657 milliseconds