OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prot1
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Index/
file-refs.m
18
@protocol
Prot1
22
@protocol Prot2<
Prot1
>
36
void test2(Sub *s, id<
Prot1
> p) {
70
// CHECK-NEXT: ObjCProtocolDecl=
Prot1
:18:11 (Definition)
71
// CHECK-NEXT: ObjCProtocolDecl=
Prot1
:18:11 (Definition) =[18:11 - 18:16]
72
// CHECK-NEXT: ObjCProtocolRef=
Prot1
:18:11 =[22:17 - 22:22]
73
// CHECK-NEXT: ObjCProtocolRef=
Prot1
:18:11 =[36:23 - 36:28]
/external/compiler-rt/lib/msan/
msan_linux.cc
47
bool InitShadow(bool
prot1
, bool prot2, bool map_shadow, bool init_origins) {
63
if (
prot1
&& !Mprotect(kBad1Beg, kBad1End - kBad1Beg))
msan.h
43
bool InitShadow(bool
prot1
, bool prot2, bool map_shadow, bool init_origins);
msan.cc
283
if (!InitShadow(/*
prot1
*/ false, /* prot2 */ true, /* map_shadow */ true,
285
// FIXME:
prot1
= false is only required when running under DR.
/external/qemu/
monitor.c
1283
int
prot1
;
local
1284
prot1
= *plast_prot;
1285
if (prot !=
prot1
) {
[
all
...]
exec.c
2146
int i, j, prot,
prot1
;
local
[
all
...]
Completed in 439 milliseconds