Home
last modified time | relevance | path

Searched defs:CIP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h56 const ConstantInt *CIP; member
71 DbgValueLocEntry(const ConstantInt *CIP) : EntryKind(E_ConstantInt) { in DbgValueLocEntry()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_accessors.h985 #define LFS_GET_HEADFREE(FS, CIP, BP, FREEP) do { \ argument
994 #define LFS_PUT_HEADFREE(FS, CIP, BP, VAL) do { \ argument
1006 #define LFS_GET_TAILFREE(FS, CIP, BP, FREEP) do { \ argument
1012 #define LFS_PUT_TAILFREE(FS, CIP, BP, VAL) do { \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp83 StringRef::const_iterator CIP = CPUInfoStart; in getHostCPUNameForPowerPC() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1002 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts, CallOpts); in shouldInlineCall() local