Home
last modified time | relevance | path

Searched defs:US (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dascii.h72 #define US 31 macro
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp416 UseInfo<GlobalValue> &US, in analyzeAllUses() argument
642 updateOneUse(UseInfo<CalleeTy> & US,bool UpdateToFullSet) updateOneUse() argument
1163 auto &US = generateParamAccessSummary() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp284 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS)); in getOrCreateGlobalSymbolByOffset() local
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h41 #define GEN_GETTER(LS, US, LF, UF) \ argument
48 #define GEN_SETTER(LS, US, LF, UF) \ argument
56 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument
63 #define GEN_HDR_SETTER(LS, US, LF, UF) \ argument
71 #define GEN_ACCESSORS(LS, US, LF, UF) \ argument
75 #define GEN_HDR_ACCESSORS(LS, US, LF, UF) \ argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp887 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef() local
937 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1253 UnwindSections US; in findUnwindSectionInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1860 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps() local
H A DLoopStrengthReduce.cpp3728 } else if (const SCEVUnknown *US = dyn_cast<SCEVUnknown>(S)) { in CollectLoopInvariantFixupsAndFormulae() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12284 auto CheckUpdateStmt = [this, &ErrorInfo](Stmt *US) { in checkStmt()