Searched refs:getConfig (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.cpp | 34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
|
| /freebsd-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 240 const CallExpr *getConfig() const { in getConfig() function 243 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function 250 assert(!getConfig() && in setConfig()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1665 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1797 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9983 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()
|