Home
last modified time | relevance | path

Searched defs:is_static (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sbin/dhclient/
H A Dclparse.c493 parse_client_lease_statement(FILE *cfile, int is_static) in parse_client_lease_statement()
H A Ddhcpd.h131 unsigned int is_static : 1; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp952 bool is_static = false; ParseSubroutine() local
2409 bool is_static = false; ConstructDemangledNameFromDWARF() local
3194 ParseChildParameters(clang::DeclContext * containing_decl_ctx,const DWARFDIE & parent_die,bool skip_artificial,bool & is_static,bool & is_variadic,bool & has_template_params,std::vector<CompilerType> & function_param_types,std::vector<clang::ParmVarDecl * > & function_param_decls,unsigned & type_quals) ParseChildParameters() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1993 const bool is_static = false; AddContextClassType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp86 bool is_static = attrs.isStatic(); in AddMethod() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7556 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type,llvm::StringRef name,const char * mangled_name,const CompilerType & method_clang_type,lldb::AccessType access,bool is_virtual,bool is_static,bool is_inline,bool is_explicit,bool is_attr_used,bool is_artificial) AddMethodToCXXRecordType() argument