Home
last modified time | relevance | path

Searched refs:Locals (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/phoenix/scope/
Dscoped_environment.hpp25 template<typename Env, typename OuterEnv, typename Locals, typename Map>
28 scoped_environment<Env, OuterEnv, Locals, Map>
34 typedef Locals locals_type;
40 , Locals const &locals_ in scoped_environment()
55 Locals const & locals;
167 template <typename Env, typename OuterEnv, typename Locals, typename Map>
168 struct is_scoped_environment<scoped_environment<Env, OuterEnv, Locals, Map> >
172 template <typename Env, typename OuterEnv, typename Locals, typename Map>
173 struct is_scoped_environment<scoped_environment<Env, OuterEnv, Locals, Map> const>
Dlambda.hpp51 , typename Locals
56 struct result<This(OuterEnv, Locals, Map, Lambda, Context)>
69 Locals
106 … template <typename OuterEnv, typename Locals, typename Map, typename Lambda, typename Context>
107 …typename result<lambda_eval(OuterEnv const &, Locals const &, Map const &, Lambda const &, Context…
108 …operator()(OuterEnv const & outer_env, Locals const & locals, Map const &, Lambda const & lambda, … in operator ()()
121 Locals in operator ()()
310 template <typename Locals = vector0<>,
328 template <typename Locals, typename Map>
329 struct lambda_actor_gen<Locals, Map>
[all …]
Dlet.hpp156 template <typename Locals, typename Map>
159 let_actor_gen(Locals const & locals_) in let_actor_gen()
169 Locals
176 Locals in operator []()
182 let_type let_exp = expression::let_<Locals, Map, Expr>::make(locals, Map(), expr); in operator []()
190 Locals locals;
/third_party/boost/boost/spirit/repository/home/support/
Dsubrule_context.hpp24 template <typename Group, typename Attributes, typename Locals>
26 : context<Attributes, Locals>
28 typedef context<Attributes, Locals> base_type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h37 std::vector<MVT> Locals; variable
78 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals()
79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal()
80 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal()
81 const std::vector<MVT> &getLocals() const { return Locals; } in getLocals()
DWebAssemblyAsmPrinter.cpp311 SmallVector<wasm::ValType, 16> Locals; in EmitFunctionBodyStart() local
312 valTypesFromMVTs(MFI->getLocals(), Locals); in EmitFunctionBodyStart()
313 getTargetStreamer()->emitLocal(Locals); in EmitFunctionBodyStart()
/third_party/boost/boost/phoenix/scope/detail/
Dlocal_variable.hpp32 template <typename Env, typename OuterEnv, typename Locals, typename Map>
45 template <typename Locals, typename Context>
155 template <typename Locals, int Index>
160 Index < Locals::size_value
161 , fusion::result_of::at_c<Locals, Index>
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp308 , typename Locals
321 typedef Locals locals_type;
516 , typename Attributes, typename Locals
519 , subrule_context<Group, Attributes, Locals>& context in generate()
541 , typename Attributes, typename Locals
545 , subrule_context<Group, Attributes, Locals>& context in generate()
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp335 , typename Locals
348 typedef Locals locals_type;
538 , typename Attributes, typename Locals
541 , subrule_context<Group, Attributes, Locals>& context in parse()
563 , typename Attributes, typename Locals
567 , subrule_context<Group, Attributes, Locals>& context in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h119 SmallVector<LocalVariable, 1> Locals; member
142 SmallVector<LocalVariable, 1> Locals; member
350 SmallVectorImpl<LocalVariable> &Locals,
363 ArrayRef<LocalVariable> Locals);
DCodeViewDebug.cpp1070 emitLocalVariableList(FI, FI.Locals); in emitDebugInfoForFunction()
2595 ArrayRef<LocalVariable> Locals) { in emitLocalVariableList() argument
2598 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2608 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2721 emitLocalVariableList(FI, Block.Locals); in emitLexicalBlock()
2736 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo() argument
2739 collectLexicalBlockInfo(*Scope, Blocks, Locals, Globals); in collectLexicalBlockInfo()
2756 SmallVectorImpl<LocalVariable> *Locals = in collectLexicalBlockInfo() local
2765 if (!Locals && !Globals) in collectLexicalBlockInfo()
2791 if (Locals) in collectLexicalBlockInfo()
[all …]
DDwarfFile.cpp116 ScopeVars.Locals.push_back(Var); in addScopeVariable()
DDwarfFile.h79 SmallVector<DbgVariable *, 8> Locals; member
DDwarfCompileUnit.cpp803 auto Locals = sortLocalVars(Vars.Locals); in createScopeChildrenDIE() local
804 for (DbgVariable *DV : Locals) in createScopeChildrenDIE()
/third_party/boost/boost/spirit/home/support/
Dcontext.hpp97 template <typename Attributes, typename Locals>
101 typedef Locals locals_type;
126 Locals locals; // Local variables
/third_party/boost/libs/spirit/doc/karma/
Dnonterminal.qbk57 `Delimiter` or `Locals` in
79 [[`Locals`] [Specifies the rule's local
93 [[`A1`, `A2`, `A3`] [Either `Signature`, `Delimiter` or `Locals` in
180 `Delimiter` or `Locals` in
202 [[`Locals`] [Specifies the grammar's local
/third_party/boost/libs/spirit/doc/qi/
Dnonterminal.qbk57 `Skipper` or `Locals` in
85 [[`Locals`] [Specifies the rule's local
99 [[`A1`, `A2`, `A3`] [Either `Signature`, `Skipper` or `Locals` in
190 `Skipper` or `Locals` in
211 [[`Locals`] [Specifies the grammar's local
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk336 [[`expression::let<Locals, Statement>`] [
341 [[`expression::lambda<OuterEnv, Locals, Statement>`] [
346 [[`expression::lambda_actor<Locals, Statement>`] [
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp771 SmallVector<wasm::ValType, 4> Locals; in ParseDirective() local
772 if (parseRegTypeList(Locals)) in ParseDirective()
774 TOut.emitLocal(Locals); in ParseDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h129 std::vector<WasmLocalDecl> Locals; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp474 encodeULEB128(Func.Locals.size(), StringStream); in writeSectionContent()
475 for (auto &LocalDecl : Func.Locals) { in writeSectionContent()
/third_party/typescript/tests/baselines/reference/
DunknownType1.types378 // Locals of type unknown always considered initialized
/third_party/boost/libs/spirit/repository/doc/karma/
Dsubrule.qbk176 [heading Locals]
/third_party/boost/libs/spirit/repository/doc/qi/
Dsubrule.qbk176 [heading Locals]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h103 std::vector<LocalDecl> Locals; member

12