Searched defs:scope (Results 26 - 50 of 107) sorted by relevance

12345

/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.h76 /* The scope at which this binding was made. */ local
[all...]
H A Dcxx-pretty-print.c223 pp_cxx_template_keyword_if_needed(cxx_pretty_printer *pp, tree scope, tree t) argument
239 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); local
287 tree scope = TYPE_P (t) ? TYPE_CONTEXT (t) : DECL_CONTEXT (t); local
[all...]
H A Derror.c107 dump_scope (tree scope, int flags) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dax.h74 CORE_ADDR scope; member in struct:agent_expr
H A Dcp-namespace.c361 lookup_namespace_scope(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab, const char *scope, int scope_len) argument
582 const char *scope; local
603 cp_lookup_transparent_type_loop(const char *name, const char *scope, int length) argument
[all...]
H A Dax-gdb.c1779 gen_trace_for_expr(CORE_ADDR scope, struct expression *expr) argument
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c462 dump_scope(scope_t *scope) argument
490 emit_patch(scope_t *scope, int patch) argument
784 process_scope(scope_t *scope) argument
[all...]
H A Daicasm_symbol.h166 typedef struct scope { struct
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c450 char *host, *scope; local
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c187 unsigned int scope; local
292 unsigned int scope; local
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.c152 aldap_search(struct aldap *ldap, char *basedn, enum scope scope, char *filter, argument
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c370 char *scope; local
/freebsd-11-stable/sbin/camcontrol/
H A Dpersist.c438 int scope = SPR_LU_SCOPE, res_type = 0; local
[all...]
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h135 scope_t scope; member in struct:__anon12
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp97 PoolScope &scope = *scpI; local
121 PoolScope &scope = *scpI; local
152 PoolScope &scope = *scpI; local
207 PoolScope &scope = Scopes.back(); local
253 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, SourceLocation &referenceLoc, SourceLocation &declarationLoc) argument
295 handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp225 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; local
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c411 uint8_t scope; local
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c214 futex_address_create(struct futex_address *fa, struct thread *td, const void *object, cloudabi_scope_t scope) argument
261 futex_condvar_lookup(struct thread *td, const cloudabi_condvar_t *address, cloudabi_scope_t scope, struct futex_condvar **fcret) argument
387 futex_lock_lookup(struct thread *td, const cloudabi_lock_t *address, cloudabi_scope_t scope, struct futex_lock **flret) argument
1052 cloudabi_futex_lock_rdlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
1071 cloudabi_futex_lock_wrlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h143 SymbolScope scope; member in struct:lld::mach_o::normalized::Symbol
H A DFile.h39 void addDefinedAtom(StringRef name, Atom::Scope scope, argument
61 void addDefinedAtomInCustomSection(StringRef name, Atom::Scope scope, argument
86 void addZeroFillDefinedAtom(StringRef name, Atom::Scope scope, argument
126 void addTentativeDefAtom(StringRef name, Atom::Scope scope, uint64_t size, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp38 Variable(lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, const RangeList &scope_range, Declaration *decl_ptr, const DWARFExpression &location, bool external, bool artificial, bool static_member) argument
332 GetValuesForVariableExpressionPath( llvm::StringRef variable_expr_path, ExecutionContextScope *scope, GetVariableCallback callback, void *baton, VariableList &variable_list, ValueObjectList &valobj_list) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h287 createFieldType(StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp475 addAsmGlobalSymbol(StringRef name, lto_symbol_attributes scope) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp434 ExecutionContextScope *scope = frame_sp.get(); variable
604 ExecutionContextScope *scope = frame_sp.get(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h443 llvm::StringRef scope; member in struct:lldb_private::repro::Registry::SignatureStr

Completed in 310 milliseconds

12345