/external/icu/icu4c/source/i18n/ |
transreg.h | 33 * A TransliteratorAlias object is returned by get() if the given ID 45 * @param aliasID the given id. 52 TransliteratorAlias(const UnicodeString& ID, const UnicodeString& idBlocks, 103 // Here ID is the ID, aliasID is the idBlock, trans is the 108 // Here ID is the ID, aliasID is the rules string. 110 UnicodeString ID; 160 * Given a simple ID (forward direction, no inline filter, not 164 * Return a non-NULL aliasReturn value if the ID points to an alias [all...] |
utrans.cpp | 133 utrans_openU(const UChar *id, 143 if (id == NULL) { 153 UnicodeString ID(idLength<0, id, idLength); // r-o alias 159 trans = Transliterator::createInstance(ID, dir, *parseError, *status); 171 trans = Transliterator::createFromRules(ID, ruleStr, dir, *parseError, *status); 181 utrans_open(const char* id, 187 UnicodeString ID(id, -1, US_INV); // use invariant converter 188 return utrans_openU(ID.getBuffer(), ID.length(), dir [all...] |
/external/llvm/include/llvm/Analysis/ |
PostDominators.h | 25 static char ID; // Pass identification, replacement for typeid 28 PostDominatorTree() : FunctionPass(ID) {
|
/external/llvm/include/llvm/CodeGen/ |
LiveStackAnalysis.h | 44 static char ID; // Pass identification, replacement for typeid 45 LiveStacks() : MachineFunctionPass(ID) {
|
StackProtector.h | 107 static char ID; // Pass identification, replacement for typeid. 109 : FunctionPass(ID), TM(nullptr), TLI(nullptr), SSPBufferSize(0) { 113 : FunctionPass(ID), TM(TM), TLI(nullptr), Trip(TM->getTargetTriple()),
|
/external/llvm/lib/Analysis/ |
RegionPass.cpp | 29 char RGPassManager::ID = 0; 32 : FunctionPass(ID), PMDataManager() { 192 static char ID; 194 : RegionPass(ID), Banner(B), Out(o) {} 213 char PrintRegionPass::ID = 0;
|
ScalarEvolutionAliasAnalysis.cpp | 37 static char ID; // Class identification, replacement for typeinfo 38 ScalarEvolutionAliasAnalysis() : FunctionPass(ID), SE(nullptr) { 48 if (PI == &AliasAnalysis::ID) 63 char ScalarEvolutionAliasAnalysis::ID = 0;
|
/external/llvm/lib/CodeGen/ |
LiveRegMatrix.cpp | 32 char LiveRegMatrix::ID = 0; 40 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID),
|
ProcessImplicitDefs.cpp | 39 static char ID; 41 ProcessImplicitDefs() : MachineFunctionPass(ID) { 51 char ProcessImplicitDefs::ID = 0; 52 char &llvm::ProcessImplicitDefsID = ProcessImplicitDefs::ID;
|
StackMapLivenessAnalysis.cpp | 57 static char ID; 82 char StackMapLiveness::ID = 0; 83 char &llvm::StackMapLivenessID = StackMapLiveness::ID; 88 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) {
|
/external/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 34 static char ID; 35 MSP430BSel() : MachineFunctionPass(ID) {} 46 char MSP430BSel::ID = 0;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXLowerStructArgs.cpp | 46 static char ID; // Pass identification, replacement for typeid 47 NVPTXLowerStructArgs() : FunctionPass(ID) {} 54 char NVPTXLowerStructArgs::ID = 1;
|
/external/llvm/lib/Target/SystemZ/ |
SystemZLDCleanup.cpp | 32 static char ID; 34 : MachineFunctionPass(ID), TII(nullptr), MF(nullptr) {} 52 char SystemZLDCleanup::ID = 0;
|
/external/llvm/lib/Transforms/IPO/ |
ConstantMerge.cpp | 39 static char ID; // Pass identification, replacement for typeid 40 ConstantMerge() : ModulePass(ID) { 58 char ConstantMerge::ID = 0;
|
/external/llvm/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 66 static char ID; // Class identification, replacement for typeinfo
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCAliasAnalysis.cpp | 41 char ObjCARCAliasAnalysis::ID = 0;
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 32 static char ID; // Pass ID, replacement for typeid 33 LoopDeletion() : LoopPass(ID) { 62 char LoopDeletion::ID = 0;
|
LowerAtomic.cpp | 114 static char ID; 115 LowerAtomic() : BasicBlockPass(ID) { 143 char LowerAtomic::ID = 0;
|
PartiallyInlineLibCalls.cpp | 32 static char ID; 35 FunctionPass(ID) { 48 char PartiallyInlineLibCalls::ID = 0;
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyInstructions.cpp | 38 static char ID; // Pass identification, replacement for typeid 39 InstSimplifier() : FunctionPass(ID) { 105 char InstSimplifier::ID = 0; 112 char &llvm::InstructionSimplifierID = InstSimplifier::ID;
|
/external/llvm/tools/opt/ |
PassPrinters.cpp | 29 static char ID; 34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { 57 char FunctionPassPrinter::ID = 0; 60 static char ID; 67 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { 94 char CallGraphSCCPassPrinter::ID = 0; 97 static char ID; 104 : ModulePass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { 126 char ModulePassPrinter::ID = 0; 129 static char ID; [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
SIAssignInterpRegs.cpp | 35 static char ID; 43 MachineFunctionPass(ID), TM(tm) { } 52 char SIAssignInterpRegsPass::ID = 0;
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfWebCaptureDictionary_autogen.cpp | 35 SkString SkPdfWebCaptureDictionary::ID(SkPdfNativeDoc* doc) { 36 SkPdfNativeObject* ret = get("ID", ""); 44 return get("ID", "") != NULL;
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSX86CallConvPass.cpp | 164 static char ID; 167 : ModulePass (ID) { 208 char RSX86_64CallConvPass::ID = 0;
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
bcc_strip_attr.cpp | 49 static char ID; 51 StripAttributes() : ModulePass(ID) { 91 char StripAttributes::ID = 0;
|