Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
/freebsd-12.1/sbin/iscontrol/
H A Dconfig.c242 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 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-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h240 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 DStmtPrinter.cpp1665 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1797 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h9983 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()