Home
last modified time | relevance | path

Searched defs:macro (Results 26 - 44 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp375 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in parseDefine() local
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp227 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); in CPPundef() local
444 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); eval() local
605 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); CPPifdef() local
1212 MacroSymbol* macro = macroAtom == 0 ? nullptr : lookupMacroDef(macroAtom); MacroExpand() local
[all...]
H A DPpContext.h517 MacroSymbol* macro = macroAtom == 0 ? nullptr : pp->lookupMacroDef(macroAtom); variable
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h539 void Visit(ExternMacro* macro) {} in Visit() argument
H A Dinstructions.h489 Macro* macro; member
524 Macro* macro; member
544 Macro* macro; global() member
[all...]
H A Dtypes.cc928 Macro* macro = Declarations::DeclareMacro(macro_name, true, base::nullopt, in GenerateSliceAccessor() local
H A Dimplementation-visitor.cc258 MacroInliningScope(ImplementationVisitor* visitor, const Macro* macro) in MacroInliningScope() argument
273 InlineMacro( Macro* macro, base::Optional<LocationReference> this_reference, const std::vector<VisitResult>& arguments, const std::vector<Block*> label_blocks) InlineMacro() argument
393 VisitMacroCommon(Macro* macro) VisitMacroCommon() argument
542 Visit(TorqueMacro* macro) Visit() argument
1814 GenerateMacroFunctionDeclaration( Macro* macro) GenerateMacroFunctionDeclaration() argument
5382 TorqueMacro* macro = TorqueMacro::DynamicCast(declarable.get()); GenerateExportedMacrosAssembler() local
5477 Macro* macro = Macro::cast(declarable.get()); ReportAllUnusedMacros() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c634 struct cil_macro *macro = node->data; in cil_write_ast_node() local
H A Dcil_verify.c400 int cil_verify_decl_does_not_shadow_macro_parameter(struct cil_macro *macro, struct cil_tree_node *node, const char *name) in cil_verify_decl_does_not_shadow_macro_parameter() argument
H A Dcil_internal.h898 struct cil_macro *macro; member
H A Dcil_build_ast.c54 struct cil_tree_node *macro; member
5247 struct cil_macro *macro = NULL; in cil_gen_macro() local
5378 cil_destroy_macro(struct cil_macro *macro) cil_destroy_macro() argument
[all...]
H A Dcil.c2848 void cil_macro_init(struct cil_macro **macro) in cil_macro_init() argument
H A Dcil_resolve_ast.c57 struct cil_tree_node *macro; member
77 struct cil_macro *macro = NULL; in __cil_insert_name() local
2735 cil_build_call_args(struct cil_tree_node *call_node, struct cil_call *call, struct cil_macro *macro, void *extra_args) cil_build_call_args() argument
3911 struct cil_tree_node *macro = args->macro; __cil_resolve_ast_node_helper() local
4316 struct cil_macro *macro = node->data; __cil_resolve_name_with_parents() local
4323 struct cil_macro *macro = call->macro; __cil_resolve_name_with_parents() local
4456 struct cil_macro *macro = node->data; cil_resolve_name_keep_aliases() local
[all...]
/third_party/elfutils/libdw/
H A DlibdwP.h538 libdw_macro_nforms (Dwarf_Macro *macro) in libdw_macro_nforms() argument
/third_party/mksh/
H A Dfuncs.c1325 bool macro = false; in c_bind() local
H A Dedit.c2568 x_bind(const char *s SMALLP(bool macro)) in x_bind() argument
3601 static struct macro_state macro; variable
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c50 struct cil_tree_node *macro; member
53 struct cil_args_resolve *gen_resolve_args(struct cil_db *db, enum cil_pass pass, uint32_t *changed, struct cil_tree_node *calls, struct cil_tree_node *opts, struct cil_tree_node *macro) in gen_resolve_args() argument
[all...]
H A Dtest_cil_build_ast.c47 struct cil_tree_node *macro; member
51 struct cil_args_build *gen_build_args(struct cil_tree_node *node, struct cil_db *db, struct cil_tree_node * macro, struct cil_tree_node *tifstack) in gen_build_args() argument
18941 struct cil_macro *macro; test_cil_build_ast_node_helper_gen_macro_nested_macro_neg() local
18971 struct cil_macro *macro; test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c2728 int macro = 0; in get_timezone_utc_capi() local
2745 int macro; in get_date_fromdate() local
2768 int macro; in get_datetime_fromdateandtime() local
2798 int macro; get_datetime_fromdateandtimeandfold() local
2831 int macro; get_time_fromtime() local
2856 int macro; get_time_fromtimeandfold() local
2883 int macro; get_delta_fromdsu() local
2908 int macro = 0; get_date_fromtimestamp() local
2936 int macro = 0; get_datetime_fromtimestamp() local
[all...]

Completed in 102 milliseconds

12