Searched refs:getConfig (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.cpp | 33 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
|
| /freebsd-13.1/sbin/iscontrol/ |
| H A D | config.c | 242 getConfig(FILE *fd, char *key, char **Ar, int *nargs) in getConfig() function 378 if(getConfig(fd, key, Ar, &cc)) in parseConfig()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api_custom_obj.h | 181 const void *getConfig() { return m_p_config; }; in getConfig() function
|
| H A D | ocsd_c_api_custom_obj.cpp | 138 ((CustomConfigWrapper *)p_config)->getConfig(), in createDecoder()
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4308 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-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 258 const CallExpr *getConfig() const { in getConfig() function 261 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1749 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2102 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11501 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()
|