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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h56 const ConstantInt *CIP; member in union:llvm::DbgValueLoc::__anon3430
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-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp80 StringRef::const_iterator CIP = CPUInfoStart; local
87 while (CIP < CPUInfoEnd && CPUStart == 0) {
88 if (CIP < CPUInfoEnd && *CIP == '\n')
89 ++CIP;
91 if (CIP < CPUInfoEnd && *CIP == 'c') {
92 ++CIP;
93 if (CIP < CPUInfoEnd && *CIP
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp999 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts, CallOpts); local
1000 if (CIP != CIP_Allowed) {
1001 if (CIP == CIP_DisallowedAlways) {

Completed in 111 milliseconds