HomeSort by: relevance | last modified time | path
    Searched refs:CIP (Results 1 - 4 of 4) 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/sys/ufs/lfs/
lfs_accessors.h 917 lfs_ci_get##field(STRUCT_LFS *fs, CLEANERINFO *cip) \
920 return cip->u_64.field; \
922 return cip->u_32.field; \
926 lfs_ci_set##field(STRUCT_LFS *fs, CLEANERINFO *cip, type val) \
929 type *p = &cip->u_64.field; \
931 cip->u_64.field = val; \
933 type32 *p = &cip->u_32.field; \
935 cip->u_32.field = val; \
948 lfs_ci_shiftcleantodirty(STRUCT_LFS *fs, CLEANERINFO *cip, unsigned num)
950 lfs_ci_setclean(fs, cip, lfs_ci_getclean(fs, cip) - num)
    [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 41 milliseconds