Searched defs:US (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ascii.h | 72 #define US 31 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 416 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 D | SymbolCache.cpp | 284 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS)); in getOrCreateGlobalSymbolByOffset() local
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ses.h | 41 #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 D | RegisterCoalescer.cpp | 887 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 D | MachOPlatform.cpp | 1253 UnwindSections US; in findUnwindSectionInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1860 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps() local
|
H A D | LoopStrengthReduce.cpp | 3728 } else if (const SCEVUnknown *US = dyn_cast<SCEVUnknown>(S)) { in CollectLoopInvariantFixupsAndFormulae() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 12284 auto CheckUpdateStmt = [this, &ErrorInfo](Stmt *US) { in checkStmt()
|