Searched defs:create (Results 1 - 25 of 231) sorted by path

12345678910

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2639 dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create) argument
[all...]
/freebsd-current/contrib/bmake/
H A Dmake.h799 StringList create; member in struct:CmdOpts
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c70 create(struct update *upd) function
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_inet.c160 create_func *create; member in struct:inet_port
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1004 void MockDeathTestFactory::SetParameters(bool create, DeathTest::TestRole role, argument
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h18 prof_tdata_get(tsd_t *tsd, bool create) { argument
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp58 sqlite::statement create = db.create_statement( local
120 sqlite::statement create = db.create_statement( local
135 sqlite::statement create = db.create_statement( local
/freebsd-current/contrib/lib9p/backend/
H A Dbackend.h37 int (*create)(void *, struct l9p_request *); member in struct:l9p_backend
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py926 def create(self, fid, name, perm, mode, filetype=None, extension=b''): member in class:P9Client
[all...]
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c37 static void create(struct archive_entry *ae, const char *msg) function
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h261 static DynTypedNode create(const T &Node) { function in class:clang::DynTypedNode
430 static DynTypedNode create(const BaseT &Node) { function in struct:clang::DynTypedNode::DynCastPtrConverter
450 static DynTypedNode create(const T &Node) { function in struct:clang::DynTypedNode::PtrConverter
469 static DynTypedNode create(const T &Node) { function in struct:clang::DynTypedNode::ValueConverter
492 static DynTypedNode create(cons function in struct:clang::DynTypedNode::DynCastValueConverter
[all...]
H A DStmtOpenMP.h163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, function in class:clang::OMPCanonicalLoop
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1484 create(const Matcher<T> &InnerMatcher) { function in struct:clang::ast_matchers::ArgumentAdaptingMatcherFunc
1931 ReturnTypesF>::create(ArrayRef<const Matcher<InnerTBase> *> InnerMatchers) { function in class:clang::ast_matchers::TypeTraversePolymorphicMatcher
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h101 create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
115 create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h277 static T *create(BumpVectorContext &C, ArgTypes... Args) { function in class:clang::ConstructionContext
[all...]
H A DPathDiagnostic.h248 static PathDiagnosticLocation create(const Decl *D, function in class:clang::ento::PathDiagnosticLocation
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h36 create(Args &&...args) { function in class:clang::dataflow::Arena
52 create(Args &&...args) { function in class:clang::dataflow::Arena
H A DDataflowEnvironment.h506 create(Args &&...args) { function in class:clang::dataflow::Environment
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { function in class:clang::DiagnosticError
H A DModule.h75 static ASTFileSignature create(std::array<uint8_t, 20> Bytes) { function in struct:clang::ASTFileSignature
92 static ASTFileSignature create(InputIt First, InputIt Last) { function in struct:clang::ASTFileSignature
H A DSarif.h82 static SarifArtifactLocation create(llvm::StringRef URI) { function in class:clang::detail::SarifArtifactLocation
119 static SarifArtifact create(const SarifArtifactLocation &Loc) { function in class:clang::detail::SarifArtifact
185 static ThreadFlow create() { return {}; } function in class:clang::ThreadFlow
221 static SarifReportingConfiguration create() { return {}; }; function in class:clang::SarifReportingConfiguration
269 static SarifRule create() { retur function in class:clang::SarifRule
333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } function in class:clang::SarifResult
[all...]
H A DSourceManager.h420 static ExpansionInfo create(SourceLocation SpellingLoc, SourceLocation Start, function in class:clang::SrcMgr::ExpansionInfo
H A DSyncScope.h274 AtomicScopeModel::create(AtomicScopeModelKind K) { function in class:clang::SyncScope::AtomicScopeModel
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h189 static TrackerRef create(PathSensitiveBugReport &Report) { function in class:clang::ento::bugreporter::Tracker
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1305 T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx, function in class:clang::ento::CallEventManager
1313 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, function in class:clang::ento::CallEventManager
1321 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, function in class:clang::ento::CallEventManager
1330 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, function in class:clang::ento::CallEventManager
[all...]

Completed in 436 milliseconds

12345678910