HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 201 - 225 of 595) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/proxy/
proxy_config.h 108 typedef int ID;
119 ID id() const { return id_; } function in class:net::ProxyConfig
120 void set_id(int id) { id_ = id; }
  /external/clang/include/clang/Basic/
Builtins.h 40 enum ID {
42 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
71 /// appropriate builtin ID # and mark any non-portable builtin identifiers as
81 const char *GetName(unsigned ID) const {
82 return GetRecord(ID).Name;
86 const char *GetTypeString(unsigned ID) const {
87 return GetRecord(ID).Type;
92 bool isConst(unsigned ID) const {
93 return strchr(GetRecord(ID).Attributes, 'c') != 0
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 289 unsigned ID = Diag.getDiagnosticIDs()->getCustomDiagID(DiagnosticIDs::Error,
291 Diag.Report(ID);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 144 SelectorID ID;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
22 public static final Attribute ID = new AttributeImpl ("ID");
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 41 DominanceFrontierBase(char &ID, bool isPostDom)
42 : FunctionPass(ID), IsPostDominators(isPostDom) {}
159 static char ID; // Pass ID, replacement for typeid
161 DominanceFrontierBase(ID, false) {
IVUsers.h 140 static char ID; // Pass ID, replacement for typeid
PathProfileInfo.h 97 static char ID; // Pass identification
ProfileInfo.h 79 static char ID; // Class identification, replacement for typeinfo
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 103 static char ID;
126 /// getFunctionNumber - Return a unique ID for the current function.
286 /// temporary label with the specified stem and unique ID.
287 MCSymbol *GetTempSymbol(StringRef Name, unsigned ID) const;
449 // Assign a unique ID to this machine instruction.
MachineDominators.h 42 static char ID; // Pass ID, replacement for typeid
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 40 char AliasAnalysis::ID = 0;
AliasAnalysisEvaluator.cpp 53 static char ID; // Pass identification, replacement for typeid
54 AAEval() : FunctionPass(ID) {
80 char AAEval::ID = 0;
IVUsers.cpp 32 char IVUsers::ID = 0;
214 : LoopPass(ID) {
MemDepPrinter.cpp 43 static char ID; // Pass identifcation, replacement for typeid
44 MemDepPrinter() : FunctionPass(ID) {
80 char MemDepPrinter::ID = 0;
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 44 static char ID; // Class identification, replacement for typeinfo
45 BasicCallGraph() : ModulePass(ID), Root(0),
92 if (PI == &CallGraph::ID)
173 char CallGraph::ID = 0;
174 char BasicCallGraph::ID = 0;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 27 char CalculateSpillWeights::ID = 0;
CodePlacementOpt.cpp 38 static char ID;
39 CodePlacementOpt() : MachineFunctionPass(ID) {}
66 char CodePlacementOpt::ID = 0;
69 char &llvm::CodePlacementOptID = CodePlacementOpt::ID;
DwarfEHPrepare.cpp 45 static char ID; // Pass identification, replacement for typeid.
47 FunctionPass(ID), TM(tm), TLI(TM->getTargetLowering()),
62 char DwarfEHPrepare::ID = 0;
LiveIntervalAnalysis.cpp 47 char LiveIntervals::ID = 0;
195 assert(ValNo->id == 0 && "First value in interval is not 0?");
    [all...]
LocalStackSlotAllocation.cpp 66 static char ID; // Pass identification, replacement for typeid
67 explicit LocalStackSlotPass() : MachineFunctionPass(ID) { }
79 char LocalStackSlotPass::ID = 0;
80 char &llvm::LocalStackSlotAllocationID = LocalStackSlotPass::ID;
MachineCopyPropagation.cpp 38 static char ID; // Pass identification, replacement for typeid
39 MachineCopyPropagation() : MachineFunctionPass(ID) {
55 char MachineCopyPropagation::ID = 0;
56 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
MachineInstrBundle.cpp 24 static char ID; // Pass identification
25 UnpackMachineBundles() : MachineFunctionPass(ID) {
33 char UnpackMachineBundles::ID = 0;
34 char &llvm::UnpackMachineBundlesID = UnpackMachineBundles::ID;
75 static char ID; // Pass identification
76 FinalizeMachineBundles() : MachineFunctionPass(ID) {
84 char FinalizeMachineBundles::ID = 0;
85 char &llvm::FinalizeMachineBundlesID = FinalizeMachineBundles::ID;
Passes.cpp 88 static AnalysisID applyDisable(AnalysisID ID, bool Override) {
91 return ID;
119 /// to addPass(). It may be a target-specific ID in the case that the target
124 /// StandardID may be a pseudo ID. In that case TargetID is the name of the real
179 char TargetPassConfig::ID = 0;
210 : ImmutablePass(ID), TM(tm), PM(pm), Impl(0), Initialized(false),
237 : ImmutablePass(ID), PM(*(PassManagerBase*)0) {
251 AnalysisID TargetPassConfig::getPassSubstitution(AnalysisID ID) const {
253 I = Impl->TargetPasses.find(ID);
255 return ID;
    [all...]
ProcessImplicitDefs.cpp 28 char ProcessImplicitDefs::ID = 0;
29 char &llvm::ProcessImplicitDefsID = ProcessImplicitDefs::ID;

Completed in 1315 milliseconds

1 2 3 4 5 6 7 891011>>