Searched refs:CIP (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DHost.cpp512 const char *CIP = CPUInfoStart;
519 while (CIP < CPUInfoEnd && CPUStart == 0) {
520 if (CIP < CPUInfoEnd && *CIP == '\n')
521 ++CIP;
523 if (CIP < CPUInfoEnd && *CIP == 'c') {
524 ++CIP;
525 if (CIP < CPUInfoEnd && *CIP
[all...]
/external/clang/test/SemaTemplate/
H A Dtemp_class_order.cpp26 typedef const int* CIP; typedef
27 int array3[X1<const int*, CIP>::value == 3? 1 : -1];
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h37 Value(const MDNode *Var, const ConstantInt *CIP) argument
39 Constant.CIP = CIP;
56 const ConstantInt *CIP; member in union:llvm::DebugLocEntry::Value::__anon25726
74 return Constant.CIP == other.Constant.CIP;
85 const ConstantInt *getConstantInt() const { return Constant.CIP; }
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp848 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts); local
849 if (CIP != CIP_Allowed) {
850 if (CIP == CIP_DisallowedAlways) {

Completed in 125 milliseconds