Home
last modified time | relevance | path

Searched defs:locs (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h114 Vector<ReportLocation*> locs; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp31 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in CCState()
/freebsd-13.1/sys/dev/hid/
H A Dhmt.c186 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES]; member
/freebsd-13.1/sys/dev/usb/input/
H A Dwmt.c209 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp392 StructuredData::Array *locs = ConvertToStructuredArray( in RetrieveReportData() local
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp736 std::vector<Loc> locs; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1525 : Record(StringInit::get(N), locs, records, false, Class) {} in Record() argument
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c739 apr_array_header_t *locs = apr_array_make(result_pool, 2, sizeof(loc)); in svn_wc__conflict_read_info() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp128 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, in HexagonCCState()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4876 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer() local