Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 184) sorted by relevance

12345678

/llvm-project/llvm/test/MC/Mips/
H A Dsc-expansion.s20 sc $2, 128($sp) label
28 sc $2, -128($sp) label
36 sc $2, 256($sp) label
52 sc $2, -257($sp) label
68 sc $2, 32767($sp) label
84 sc $2, 32768($sp) label
109 sc $2, -32768($sp) label
125 sc $2, -32769($sp) label
153 sc $2, 655987($sp) label
181 sc $2, -655987($sp) label
[all …]
H A Dmicromips-sc-expansion.s8 sc $12, 0($3) label
12 sc $12, 4($3) label
23 sc $12, symbol label
34 sc $12, symbol + 8 label
/llvm-project/polly/lib/External/isl/
H A Disl_schedule_constraints.c49 __isl_keep isl_schedule_constraints *sc) in isl_schedule_constraints_copy()
88 __isl_take isl_schedule_constraints *sc) in isl_schedule_constraints_init()
124 isl_schedule_constraints *sc; in isl_schedule_constraints_on_domain() local
144 __isl_take isl_schedule_constraints *sc, in isl_schedule_constraints_set_domain()
163 __isl_take isl_schedule_constraints *sc, __isl_take isl_set *context) in isl_schedule_constraints_set_context()
186 __isl_take isl_schedule_constraints *sc, enum isl_edge_type type, in isl_schedule_constraints_set()
206 __isl_take isl_schedule_constraints *sc, in isl_schedule_constraints_set_validity()
215 __isl_take isl_schedule_constraints *sc, in isl_schedule_constraints_set_coincidence()
225 __isl_take isl_schedule_constraints *sc, in isl_schedule_constraints_set_proximity()
236 __isl_take isl_schedule_constraints *sc, in isl_schedule_constraints_set_conditional_validity()
[all …]
H A Dschedule.c22 isl_schedule_constraints *sc; in main() local
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopcallback/
H A Dcons.rvalue.token.pass.cpp65 std::stop_callback sc(ss.get_token(), [&] { called = true; }); main() local
74 std::stop_callback sc(ss.get_token(), [&] { called = true; }); main() local
85 std::stop_callback sc(std::move(st), [&] { called = true; }); main() local
94 std::stop_callback sc(ss.get_token(), [&] { ++calledTimes; }); main() local
113 std::stop_callback sc(ss.get_token(), [&] { main() local
143 std::stop_callback sc{ss.get_token(), [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }}; main() local
181 std::stop_callback<CBWithTracking> sc( main() local
195 std::stop_callback<const CBWithTracking> sc( main() local
209 std::stop_callback<CBWithTracking&> sc(ss.get_token(), cb); main() local
222 std::stop_callback<const CBWithTracking&> sc(ss.get_token(), cb); main() local
[all...]
H A Dcons.const.token.pass.cpp66 std::stop_callback sc(st, [&] { called = true; }); main() local
76 std::stop_callback sc(st, [&] { called = true; }); main() local
87 std::stop_callback sc(st, [&] { called = true; }); main() local
97 std::stop_callback sc(st, [&] { ++calledTimes; }); main() local
117 std::stop_callback sc(st, [&] { main() local
148 std::stop_callback sc{st, [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }}; main() local
187 std::stop_callback<CBWithTracking> sc( main() local
202 std::stop_callback<const CBWithTracking> sc( main() local
217 std::stop_callback<CBWithTracking&> sc(st, cb); main() local
231 std::stop_callback<const CBWithTracking&> sc(st, cb); main() local
[all...]
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp208 for (const auto &sc : sc_list) { SetSCMatchesByLine() local
223 __anon4bc1177f0202(const SymbolContext &sc) SetSCMatchesByLine() argument
246 __anon4bc1177f0302(const SymbolContext &sc) SetSCMatchesByLine() argument
256 __anon4bc1177f0502(const SymbolContext &sc) SetSCMatchesByLine() argument
265 __anon4bc1177f0602(const SymbolContext &sc) SetSCMatchesByLine() argument
286 __anon4bc1177f0802(const SymbolContext &sc) SetSCMatchesByLine() argument
292 for (auto &sc : llvm::make_range(worklist_begin, worklist_end)) SetSCMatchesByLine() local
301 AddLocation(SearchFilter & filter,const SymbolContext & sc,bool skip_prologue,llvm::StringRef log_ident) AddLocation() argument
[all...]
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h50 for (auto sc : m_subcontainers) in Clear() local
72 for (auto sc : m_subcontainers) in Delete() local
80 for (auto sc : m_subcontainers) in GetCount() local
88 for (auto sc : m_subcontainers) { in GetAtIndex() local
101 for (auto sc : m_subcontainers) { in Get() local
110 for (auto sc : m_subcontainers) { in AnyMatches() local
139 for (auto sc : m_subcontainers) { in GetTypeNameSpecifierAtIndex() local
152 for (auto sc : m_subcontainers) { in ForEach() local
158 for (auto sc: m_subcontainers) in AutoComplete() local
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A Dget.pass.cpp29 U const& sc = s; test_basic() local
39 U const& sc = s; test_basic() local
/llvm-project/flang/test/Evaluate/
H A Drewrite02.f906 character*4 sc, ac(1) local
8 character*4 sc, ac(1) component
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-unsigned-char.cpp
/llvm-project/lld/COFF/
H A DMarkLive.cpp35 if (auto *sc = dyn_cast<SectionChunk>(c)) in markLive() local
60 SectionChunk *sc = worklist.pop_back_val(); markLive() local
/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp53 SymbolContext sc; in GetContextAtIndex() local
67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append()
/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp150 for (const SymbolContext &sc : sc_list) { in DumpLinesInSymbolContexts() local
314 SymbolContext sc; in GetSymbolContextsForAddress() local
336 SymbolContext sc; in GetSymbolContextsForAddress() local
394 for (const SymbolContext &sc : sc_list_symbols) { DumpLinesInFunctions() local
410 for (const SymbolContext &sc : sc_list_funcs) { DumpLinesInFunctions() local
519 const SymbolContext &sc = DumpLinesForFrame() local
779 DisplayFunctionSource(const SymbolContext & sc,SourceInfo & source_info,CommandReturnObject & result) DisplayFunctionSource() argument
930 for (const SymbolContext &sc : sc_list_symbols) { DoExecute() local
950 for (const SymbolContext &sc : sc_list) { DoExecute() local
979 SymbolContext sc; DoExecute() local
1002 SymbolContext sc; DoExecute() local
1027 for (const SymbolContext &sc : sc_list) { DoExecute() local
1147 for (const SymbolContext &sc : sc_list) { DoExecute() local
1165 SymbolContext sc; DoExecute() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp57 SymbolContext sc; BuildAddressRangeTable() local
76 SymbolContext sc; BuildAddressRangeTable() local
/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp135 GetAddressRange(const Address & addr,const SymbolContext & sc) GetAddressRange() argument
162 GetFuncUnwindersContainingAddress(const Address & addr,SymbolContext & sc) GetFuncUnwindersContainingAddress() argument
199 GetUncachedFuncUnwindersContainingAddress(const Address & addr,const SymbolContext & sc) GetUncachedFuncUnwindersContainingAddress() argument
H A DCompileUnit.cpp44 void CompileUnit::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext() argument
207 SymbolContext sc; in GetVariableList() local
266 SymbolContext sc(GetModule()); ResolveSymbolContext() local
398 SymbolContext sc; GetImportedModules() local
[all...]
/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp315 SymbolContext sc(fram in FrameMatchesAvoidCriteria() local
248 SymbolContext sc = curr_frame->GetSymbolContext(eSymbolContextFunction | ShouldStop() local
336 SymbolContext sc = frame->GetSymbolContext( FrameMatchesAvoidCriteria() local
377 SymbolContext sc = frame->GetSymbolContext( DefaultShouldStopHereCallback() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dwindows-on-arm-stack-probe-size.cpp9 static C sc; variable
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp68 line_entry_helper(Target & target,const SymbolContext & sc,Symbol * symbol,llvm::StringRef first_template_param_sref,bool has_invoke) line_entry_helper() argument
208 SymbolContext sc; FindLibCppStdFunctionCallableInfo() local
266 SymbolContext sc; FindLibCppStdFunctionCallableInfo() local
354 SymbolContext sc; GetStepThroughTrampolinePlan() local
[all...]
/llvm-project/clang/test/Sema/
H A Dformat-type-confusion.c21 signed char sc = 0; in main() local
/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp219 const SymbolContext &sc, std::vector<SourceModule> &imported_modules) { in ParseImportedModules() argument
225 size_t SymbolFileSymtab::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext() argument
245 SymbolContext &sc) { in ResolveSymbolContext() argument
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp54 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); in test() local
254 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); in test1() local
/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h69 const SymbolContext &sc, in ParseImportedModules()
76 size_t ParseVariablesForContext(const SymbolContext &sc) override { in ParseVariablesForContext()
/llvm-project/flang/lib/Parser/
H A Dtools.cpp24 -> const Name & { return GetLastName(sc.value()); }, in GetLastName()
25 [](const common::Indirection<ArrayElement> &sc) -> const Name & { in GetLastName()
82 -> const Name & { return GetFirstName(sc.value()); }, in GetFirstName()
83 [](const common::Indirection<ArrayElement> &sc) -> const Name & { in GetFirstName()

12345678