HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 76 - 100 of 1021) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 57 unsigned ID = Diag.getID();
58 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID);
65 if (ID == diag::fatal_too_many_errors) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
StreamBitmapDecoder.java 20 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
24 private String id; field in class:StreamBitmapDecoder
56 if (id == null) {
57 id = new StringBuilder()
58 .append(ID)
63 return id;
  /external/icu/icu4c/source/i18n/unicode/
translit.h 190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
211 * transliterator given its ID. Valid IDs may be enumerated using
213 * multiple calls to {@link #createInstance } with the same ID will
219 * acts a template; future calls to {@link #createInstance } with the ID
248 UnicodeString ID;
298 * invoked, it will be passed the ID string that is being
302 * functions that are registered to more than one ID may use the
303 * ID or the context parameter to parameterize the transliterator
305 * @param ID the string identifier for this transliterator
307 * later passed to the factory function when an ID matchin
    [all...]
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 42 static char ID;
44 BranchProbabilityInfo() : FunctionPass(ID) {
IntervalPartition.h 49 static char ID; // Pass identification, replacement for typeid
51 IntervalPartition() : FunctionPass(ID), RootInterval(nullptr) {
JumpInstrTableInfo.h 37 static char ID;
LazyValueInfo.h 38 static char ID;
39 LazyValueInfo() : FunctionPass(ID), PImpl(nullptr) {
LoopPass.h 98 static char ID;
RegionPass.h 92 static char ID;
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 38 static char ID;
39 EdgeBundles() : MachineFunctionPass(ID) {}
MachinePostDominators.h 32 static char ID;
  /external/llvm/include/llvm/Support/
Options.h 51 static char ID;
55 char OptionKey<ValT, Base, Mem>::ID = 0;
100 instance().addOption(&detail::OptionKey<ValT, Base, Mem>::ID, Option);
112 auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID);
  /external/llvm/include/llvm/Transforms/Utils/
UnifyFunctionExitNodes.h 29 static char ID; // Pass identification, replacement for typeid
30 UnifyFunctionExitNodes() : FunctionPass(ID),
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 132 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) {
140 char AssumptionCacheTracker::ID = 0;
CFGPrinter.cpp 27 static char ID; // Pass identifcation, replacement for typeid
28 CFGViewer() : FunctionPass(ID) {
45 char CFGViewer::ID = 0;
50 static char ID; // Pass identifcation, replacement for typeid
51 CFGOnlyViewer() : FunctionPass(ID) {
68 char CFGOnlyViewer::ID = 0;
74 static char ID; // Pass identification, replacement for typeid
75 CFGPrinter() : FunctionPass(ID) {
102 char CFGPrinter::ID = 0;
108 static char ID; // Pass identification, replacement for typei
    [all...]
InstCount.cpp 54 static char ID; // Pass identification, replacement for typeid
55 InstCount() : FunctionPass(ID) {
69 char InstCount::ID = 0;
LibCallAliasAnalysis.cpp 22 char LibCallAliasAnalysis::ID = 0;
ModuleDebugInfoPrinter.cpp 31 static char ID; // Pass identification, replacement for typeid
32 ModuleDebugInfoPrinter() : ModulePass(ID) {
45 char ModuleDebugInfoPrinter::ID = 0;
  /external/llvm/lib/Analysis/IPA/
CallPrinter.cpp 51 static char ID;
56 "callgraph", ID) {
64 static char ID;
69 "callgraph", ID) {
76 char CallGraphViewer::ID = 0;
80 char CallGraphPrinter::ID = 0;
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 40 static char ID; // Pass identification, replacement for typeid
41 DeadMachineInstructionElim() : MachineFunctionPass(ID) {
49 char DeadMachineInstructionElim::ID = 0;
50 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;
EdgeBundles.cpp 27 char EdgeBundles::ID = 0;
32 char &llvm::EdgeBundlesID = EdgeBundles::ID;
ExpandISelPseudos.cpp 30 static char ID; // Pass identification, replacement for typeid
31 ExpandISelPseudos() : MachineFunctionPass(ID) {}
42 char ExpandISelPseudos::ID = 0;
43 char &llvm::ExpandISelPseudosID = ExpandISelPseudos::ID;
LiveStackAnalysis.cpp 29 char LiveStacks::ID = 0;
36 char &llvm::LiveStacksID = LiveStacks::ID;
MachineBranchProbabilityInfo.cpp 27 char MachineBranchProbabilityInfo::ID = 0;
MachineDominators.cpp 26 char MachineDominatorTree::ID = 0;
31 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
47 : MachineFunctionPass(ID) {

Completed in 425 milliseconds

1 2 34 5 6 7 8 91011>>