Searched defs:ID (Results 201 - 225 of 507) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp46 static char ID; member in class:__anon2757::CorrelatedValuePropagation
59 char CorrelatedValuePropagation::ID = 0; member in class:CorrelatedValuePropagation
H A DLoopRotation.cpp40 static char ID; // Pass ID, replacement for typeid member in class:__anon2781::LoopRotate
68 char LoopRotate::ID = 0; member in class:LoopRotate
H A DSampleProfile.cpp210 static char ID; member in class:__anon2819::SampleProfileLoader
459 char SampleProfileLoader::ID = 0; member in class:SampleProfileLoader
H A DTailRecursionElimination.cpp87 static char ID; // Pass identification, replacement for typeid member in struct:__anon2827::TailCallElim
118 char TailCallElim::ID = 0; member in class:TailCallElim
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h63 GetExternalDecl (uint32_t ID) argument
80 GetExternalSelector (uint32_t ID) argument
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c46 #define ID 10 macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp178 Decl *ChainedIncludesSource::GetExternalDecl(uint32_t ID) { argument
181 Selector ChainedIncludesSource::GetExternalSelector(uint32_t ID) { argument
H A DFrontendAction.cpp49 virtual void IdentifierRead(serialization::IdentID ID, argument
58 virtual void DeclRead(serialization::DeclID ID, const Decl *D) { argument
62 virtual void SelectorRead(serialization::SelectorID ID, Selector Sel) { argument
79 virtual void DeclRead(serialization::DeclID ID, const Decl *D) { argument
102 virtual void DeclRead(serialization::DeclID ID, const Decl *D) { argument
[all...]
H A DMultiplexConsumer.cpp56 IdentifierRead( serialization::IdentID ID, IdentifierInfo *II) argument
68 DeclRead( serialization::DeclID ID, const Decl *D) argument
74 SelectorRead( serialization::SelectorID ID, Selector Sel) argument
80 MacroDefinitionRead( serialization::PreprocessedEntityID ID, MacroDefinition *MD) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp287 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); local
H A DObjCSelfInitChecker.cpp403 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass(); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp35 static char ID; // Pass identification, replacement for typeid member in class:__anon2839::LowerSwitch
83 char LowerSwitch::ID = 0; member in class:LowerSwitch
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp632 bool BugDriver::debugOptimizerCrash(const std::string &ID) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h45 enum ID { enum in namespace:clang::Builtin
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } argument
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp276 unsigned ID = Diag.getDiagnosticIDs()->getCustomDiagID(DiagnosticIDs::Error, local
H A DInternals.h89 bool hasDiagnostic(unsigned ID, SourceRange range) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp41 void Profile(llvm::FoldingSetNodeID &ID) { argument
65 IdentifierInfo *ID; member in class:clang::CXXLiteralOperatorIdName
398 llvm::FoldingSetNodeID ID; local
426 llvm::FoldingSetNodeID ID; local
[all...]
H A DMangle.cpp176 mangleGlobalBlock(const BlockDecl *BD, const NamedDecl *ID, raw_ostream &Out) argument
H A DTemplateBase.cpp235 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp279 static char ID; // Class identification, replacement for typeinfo member in class:__anon2225::TypeBasedAliasAnalysis
315 char TypeBasedAliasAnalysis::ID = 0; member in class:TypeBasedAliasAnalysis
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DGCStrategy.cpp53 static char ID; member in class:__anon2260::LowerIntrinsics
83 static char ID; member in class:__anon2260::GCMachineCodeAnalysis
143 char LowerIntrinsics::ID = 0; member in class:LowerIntrinsics
337 char GCMachineCodeAnalysis::ID = 0; member in class:GCMachineCodeAnalysis
H A DLocalStackSlotAllocation.cpp69 static char ID; // Pass identification, replacement for typeid member in class:__anon2267::LocalStackSlotPass
82 char LocalStackSlotPass::ID = 0; member in class:LocalStackSlotPass
H A DMachineInstrBundle.cpp24 static char ID; // Pass identification member in class:__anon2276::UnpackMachineBundles
33 char UnpackMachineBundles::ID = 0; member in class:UnpackMachineBundles
75 static char ID; // Pass identification member in class:__anon2277::FinalizeMachineBundles
84 char FinalizeMachineBundles::ID = 0; member in class:FinalizeMachineBundles
H A DMachineTraceMetrics.cpp29 char MachineTraceMetrics::ID = 0; member in class:MachineTraceMetrics

Completed in 298 milliseconds

1234567891011>>