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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h56 const ConstantInt *CIP; member in union:llvm::DbgValueLoc::__anon1684
75 DbgValueLoc(const DIExpression *Expr, const ConstantInt *CIP) argument
77 Constant.CIP = CIP;
95 const ConstantInt *getConstantInt() const { return Constant.CIP; }
111 Constant.CIP->dump();
202 return A.Constant.CIP == B.Constant.CIP;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp78 StringRef::const_iterator CIP = CPUInfoStart; local
85 while (CIP < CPUInfoEnd && CPUStart == 0) {
86 if (CIP < CPUInfoEnd && *CIP == '\n')
87 ++CIP;
89 if (CIP < CPUInfoEnd && *CIP == 'c') {
90 ++CIP;
91 if (CIP < CPUInfoEnd && *CIP
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp993 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts, CallOpts); local
994 if (CIP != CIP_Allowed) {
995 if (CIP == CIP_DisallowedAlways) {

Completed in 109 milliseconds