/external/clang/lib/StaticAnalyzer/Checkers/ |
NSErrorChecker.cpp | 294 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); 296 // FIXME: Can ID ever be NULL? 297 if (ID) 298 return II == ID->getIdentifier();
|
ObjCSelfInitChecker.cpp | 401 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass(); 402 for ( ; ID ; ID = ID->getSuperClass()) { 403 IdentifierInfo *II = ID->getIdentifier(); 408 if (!ID)
|
/external/clang/lib/StaticAnalyzer/Core/ |
SymbolManager.cpp | 240 llvm::FoldingSetNodeID ID; 241 SymbolCast::Profile(ID, Op, From, To); 243 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos); 257 llvm::FoldingSetNodeID ID; 258 SymIntExpr::Profile(ID, lhs, op, v, t); 260 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos); 275 llvm::FoldingSetNodeID ID; 276 IntSymExpr::Profile(ID, lhs, op, rhs, t); 278 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos); 293 llvm::FoldingSetNodeID ID; [all...] |
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 45 FileID ID = Context.createInMemoryFile("input.cpp", "text"); 46 SourceLocation Location = Context.getLocation(ID, 1, 1); 49 EXPECT_EQ("", Context.getRewrittenText(ID)); 53 FileID ID = Context.createInMemoryFile("input.cpp", "line1\nline2\nline3"); 54 SourceLocation Location = Context.getLocation(ID, 1, 1); 57 EXPECT_EQ("", Context.getRewrittenText(ID)); 61 FileID ID = Context.createInMemoryFile("input.cpp", ""); 62 SourceLocation Location = Context.getLocation(ID, 1, 1); 65 EXPECT_EQ("result", Context.getRewrittenText(ID)); 69 FileID ID = Context.createInMemoryFile("input.cpp" [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
CompoundTransliteratorTest.java | 51 errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); 58 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); 65 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); 73 // errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD," + 95 String ID="Latin-Greek;Greek-Latin;Latin-Devanagari;Devanagari-Latin;Latin-Cyrillic;Cyrillic-Latin;Any-Hex;Hex-Any"; 98 //ct1=new CompoundTransliterator(ID); 99 ct1 = Transliterator.getInstance(ID); 101 errln("CompoundTransliterator construction failed for ID=" + ID); 107 String array[]=split(ID, ';'); [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableList.h | 43 static inline void Profile(FoldingSetNodeID& ID, const T& H, 45 ID.AddPointer(L); 46 ID.Add(H); 49 void Profile(FoldingSetNodeID& ID) { 50 Profile(ID, Head, Tail); 134 void Profile(FoldingSetNodeID& ID) const { 135 ID.AddPointer(X); 168 FoldingSetNodeID ID; 172 ListTy::Profile(ID, Head, TailImpl); 173 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos) [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 78 static char ID; // Class identification, replacement for typeinfo
|
CallGraph.h | 296 static void *ID() { return (void *)&PassID; } 318 static char ID; // Class identification, replacement for typeinfo
|
TargetLibraryInfo.h | 281 static void *ID() { return (void *)&PassID; } 328 static char ID;
|
TargetTransformInfo.h | 50 // Same Id is set by the target for corresponding load/store intrinsics. 167 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 173 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 368 unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, 464 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, 529 virtual unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 531 virtual unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 561 virtual unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, 587 virtual unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy [all...] |
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 119 static char ID; 152 /// Return a unique ID for the current function. 490 // Assign a unique ID to this machine instruction.
|
GCMetadata.h | 109 /// stack object ID for the alloca (if the code generator is 120 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the 185 static char ID;
|
LiveIntervalAnalysis.h | 101 static char ID; // Pass identification, replacement for typeid
|
MachineTraceMetrics.h | 78 static char ID;
|
Passes.h | 41 /// Discriminated union of Pass ID types. 57 AnalysisID ID; 63 IdentifyingPassPtr(AnalysisID IDPtr) : ID(IDPtr), IsInstance(false) {} 70 assert(!IsInstance && "Not a Pass ID"); 71 return ID; 130 static char ID; 144 /// Start pass ID is zero, then compilation will begin at the normal point; 146 /// added until the starting pass is seen. If the Stop pass ID is zero, 622 PassInfo *PI = new PassInfo(name, arg, & passName ::ID, \
|
StackMaps.h | 30 /// [<def>], <id>, <numBytes>, <target>, <numArgs>, <cc>, ... 199 uint64_t ID; 202 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {} 203 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, 205 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), 234 void recordStackMapOpers(const MachineInstr &MI, uint64_t ID,
|
/external/llvm/include/llvm/IR/ |
Intrinsics.h | 35 enum ID { 46 std::string getName(ID id, ArrayRef<Type*> Tys = None); 49 FunctionType *getType(LLVMContext &Context, ID id, 53 bool isOverloaded(ID id); 56 AttributeSet getAttributes(LLVMContext &C, ID id); 65 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None) [all...] |
LegacyPassManagers.h | 419 static char ID; 421 : ModulePass(ID), PMDataManager() { }
|
/external/llvm/include/llvm/Support/ |
GraphWriter.h | 260 void emitSimpleNode(const void *ID, const std::string &Attr, 263 O << "\tNode" << ID << "[ ";
|
/external/llvm/lib/Analysis/ |
AliasAnalysis.cpp | 45 char AliasAnalysis::ID = 0;
|
AliasSetTracker.cpp | 656 static char ID; // Pass identification, replacement for typeid 657 AliasSetPrinter() : FunctionPass(ID) { 678 char AliasSetPrinter::ID = 0;
|
CostModel.cpp | 44 static char ID; // Class identification, replacement for typeinfo 45 CostModelAnalysis() : FunctionPass(ID), F(nullptr), TTI(nullptr) { 69 char CostModelAnalysis::ID = 0;
|
TargetTransformInfo.cpp | 66 TargetTransformInfo::getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 176 unsigned TargetTransformInfo::getIntImmCost(Intrinsic::ID IID, unsigned Idx, 239 TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, 241 return TTIImpl->getIntrinsicInstrCost(ID, RetTy, Tys); 299 char TargetTransformInfoWrapperPass::ID = 0; 304 : ImmutablePass(ID) { 311 : ImmutablePass(ID), TIRA(std::move(TIRA)) {
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 48 static char ID; 50 : ModulePass(ID), PMDataManager() { } 108 char CGPassManager::ID = 0; 602 static char ID; 604 : CallGraphSCCPass(ID), Banner(B), Out(o) {} 624 char PrintCallGraphPass::ID = 0;
|
GlobalsModRef.cpp | 93 static char ID; 94 GlobalsModRef() : ModulePass(ID) { 168 if (PI == &AliasAnalysis::ID) 193 char GlobalsModRef::ID = 0;
|