HomeSort by: relevance | last modified time | path
    Searched defs:CIP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 56 const ConstantInt *CIP;
71 DbgValueLocEntry(const ConstantInt *CIP) : EntryKind(E_ConstantInt) {
72 Constant.CIP = CIP;
87 const ConstantInt *getConstantInt() const { return Constant.CIP; }
99 Constant.CIP->dump();
247 return A.Constant.CIP == B.Constant.CIP;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 83 StringRef::const_iterator CIP = CPUInfoStart;
90 while (CIP < CPUInfoEnd && CPUStart == 0) {
91 if (CIP < CPUInfoEnd && *CIP == '\n')
92 ++CIP;
94 if (CIP < CPUInfoEnd && *CIP == 'c') {
95 ++CIP;
96 if (CIP < CPUInfoEnd && *CIP == 'p')
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 1002 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts, CallOpts);
1003 if (CIP != CIP_Allowed) {
1004 if (CIP == CIP_DisallowedAlways) {

Completed in 21 milliseconds