/external/clang/test/Index/ |
D | index-refs.m | 4 @protocol Prot protocol 12 Protocol *p = @protocol(Prot); 27 // CHECK: [indexEntityReference]: kind: objc-protocol | name: Prot | {{.*}} | loc: 12:27
|
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 163 uptr Start, End, Prot; in computeWorkingSizeAndReset() local 165 0/*file size*/, &Prot)) { in computeWorkingSizeAndReset() 167 __FUNCTION__, Start, End, Prot, isAppMem(Start), in computeWorkingSizeAndReset() 169 if (isShadowMem(Start) && (Prot & MemoryMappingLayout::kProtectionWrite)) { in computeWorkingSizeAndReset()
|
/external/syzkaller/pkg/report/testdata/akaros/report/ |
D | 3 | 33 NR: Range: Prot, Flags, File, … 80 NR: Range: Prot, Flags, File, … 127 NR: Range: Prot, Flags, File, …
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 296 std::string Prot; in getMask() local 297 Prot = ""; in getMask() 298 Prot += (prot & MachO::VM_PROT_READ) ? "r" : "-"; in getMask() 299 Prot += (prot & MachO::VM_PROT_WRITE) ? "w" : "-"; in getMask() 300 Prot += (prot & MachO::VM_PROT_EXECUTE) ? "x" : "-"; in getMask() 301 return Prot; in getMask()
|
/external/clang/include/clang/Index/ |
D | USRGeneration.h | 50 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 298 std::string Prot; in getMask() local 299 Prot = ""; in getMask() 300 Prot += (prot & MachO::VM_PROT_READ) ? "r" : "-"; in getMask() 301 Prot += (prot & MachO::VM_PROT_WRITE) ? "w" : "-"; in getMask() 302 Prot += (prot & MachO::VM_PROT_EXECUTE) ? "x" : "-"; in getMask() 303 return Prot; in getMask()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 716 for (auto *Prot : OIT->getProtocols()) in VisitType() local 717 VisitObjCProtocolDecl(Prot); in VisitType() 871 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { in generateUSRForObjCProtocol() argument 872 OS << "objc(pl)" << Prot; in generateUSRForObjCProtocol()
|
/external/clang/test/SemaCXX/ |
D | unaddressable-functions.cpp | 25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'c… variable
|
/external/icu/icu4c/source/data/brkitr/ |
D | de.txt | 99 "Prot.",
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 795 uint32_t Prot = in writeObject() local 798 SectionDataSize, Prot, Prot); in writeObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 827 uint32_t Prot = in writeObject() local 830 SectionDataSize, Prot, Prot); in writeObject()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5522 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local 5523 if (const ObjCProtocolDecl *Def = Prot->getDefinition()) in clang_getCursorReferenced() 5526 return MakeCXCursor(Prot, tu); in clang_getCursorReferenced()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 6295 ,"GR","PRT","Prot�ria","Protoria","91","--3-----","RL","0401",,"3502N 02509E",
|