Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp33 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h181 const void *getConfig() { return m_p_config; }; in getConfig() function
H A Docsd_c_api_custom_obj.cpp138 ((CustomConfigWrapper *)p_config)->getConfig(), in createDecoder()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4308 virtual IConfigPtr const& getConfig() const = 0;
7247 IConfigPtr cfg = getCurrentContext().getConfig(); in run()
8153 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()
10035 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
10090 getCurrentContext().getConfig()->stream() in setColour()
10109 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
10186 IConfigPtr const& getConfig() const override { in getConfig() function in Catch::Context
12927 return getCurrentContext().getConfig()->rngSeed(); in rngSeed()
14782 if (!getCurrentContext().getConfig()->showInvisibles()) { in convert()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h257 const CallExpr *getConfig() const { in getConfig() function
260 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1966 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2298 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13036 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()