Searched defs:scope (Results 1 – 16 of 16) sorted by relevance
| /system/host/banjo/lib/ |
| A D | parser.cpp | 118 ASTScope scope(this); in ParseCompoundIdentifier() local 148 ASTScope scope(this); in ParseStringLiteral() local 157 ASTScope scope(this); in ParseNumericLiteral() local 166 ASTScope scope(this); in ParseTrueLiteral() local 175 ASTScope scope(this); in ParseFalseLiteral() local 203 ASTScope scope(this); in ParseAttribute() local 257 ASTScope scope(this); in ParseDocComment() local 270 ASTScope scope(this); in MaybeParseAttributeList() local 310 ASTScope scope(this); in ParseUsing() local 339 ASTScope scope(this); in ParseArrayType() local [all …]
|
| A D | flat_ast.cpp | 1344 Scope<StringView> scope; in CompileInterface() local 1393 Scope<StringView> scope; in CompileStruct() local 1422 Scope<StringView> scope; in CompileUnion() local
|
| /system/host/fidl/lib/ |
| A D | parser.cpp | 102 ASTScope scope(this); in ParseCompoundIdentifier() local 132 ASTScope scope(this); in ParseStringLiteral() local 141 ASTScope scope(this); in ParseNumericLiteral() local 150 ASTScope scope(this); in ParseOrdinal() local 180 ASTScope scope(this); in ParseTrueLiteral() local 189 ASTScope scope(this); in ParseFalseLiteral() local 217 ASTScope scope(this); in ParseAttribute() local 267 ASTScope scope(this); in ParseDocComment() local 280 ASTScope scope(this); in MaybeParseAttributeList() local 321 ASTScope scope(this); in ParseUsing() local [all …]
|
| A D | flat_ast.cpp | 2111 Scope<StringView> scope; in CompileInterface() local 2172 Scope<StringView> scope; in CompileStruct() local 2288 Scope<StringView> scope; in CompileUnion() local
|
| /system/utest/fit/ |
| A D | scope_tests.cpp | 105 fit::scope scope; in exit_destroys_wrapped_promises() local 155 fit::scope scope; in double_wrap() local 194 fit::scope scope; in thread_safety() local
|
| /system/ulib/fit/ |
| A D | scope.cpp | 12 scope::scope() in scope() function in fit::scope
|
| /system/dev/bus/acpi/ |
| A D | iommu.c | 78 uintptr_t scope; in append_scopes() local 132 static bool scope_eq(zx_iommu_desc_intel_scope_t* scope, in scope_eq() 192 for (uintptr_t scope = addr + 24; scope < addr + rec->Header.Length; ) { in append_reserved_mem() local 545 for (uintptr_t scope = addr + 24; scope < addr + rec->Header.Length; ) { in iommu_manager_init() local
|
| /system/ulib/trace/include/trace/internal/ |
| A D | event_internal.h | 135 #define TRACE_INTERNAL_INSTANT(category_literal, name_literal, scope, args...) \ argument 369 trace_internal_duration_scope_t* scope, in trace_internal_make_duration_scope() 376 trace_internal_duration_scope_t* scope) { in trace_internal_cleanup_duration_scope()
|
| A D | event_common.h | 71 #define TRACE_INSTANT(category_literal, name_literal, scope, args...) \ argument
|
| /system/ulib/zx/include/lib/zx/ |
| A D | object.h | 174 zx_status_t get_cookie(const object_base& scope, uint64_t *cookie) const { in get_cookie() 178 zx_status_t set_cookie(const object_base& scope, uint64_t cookie) const { in set_cookie()
|
| /system/ulib/trace-reader/ |
| A D | records.cpp | 17 const char* EventScopeToString(EventScope scope) { in EventScopeToString()
|
| A D | reader.cpp | 235 uint64_t scope; in ReadEventRecord() local
|
| /system/utest/trace/ |
| A D | fixture.h | 82 static inline void fixture_scope_cleanup(bool* scope) { in fixture_scope_cleanup()
|
| /system/ulib/trace/ |
| A D | event.cpp | 39 trace_scope_t scope, in trace_internal_write_instant_event_record_and_release_context()
|
| /system/ulib/trace-reader/include/trace-reader/ |
| A D | records.h | 315 EventScope scope; member
|
| /system/ulib/trace-engine/ |
| A D | context_api.cpp | 911 trace_scope_t scope, in trace_context_write_instant_event_record()
|
Completed in 50 milliseconds