Home
last modified time | relevance | path

Searched refs:setHasImplicitReturnZero (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDecl.h2248 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h2203 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2163 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDecl.h2163 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2165 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2246 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2246 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2073 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDecl.h2197 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDecl.h2165 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDecl.h2246 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h2203 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h2246 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2059 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h2072 void setHasImplicitReturnZero(bool IRZ) { HasImplicitReturnZero = IRZ; } in setHasImplicitReturnZero() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDecl.h2246 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp871 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp871 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp874 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp870 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderDecl.cpp912 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp879 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp884 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp882 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReaderDecl.cpp876 FD->setHasImplicitReturnZero(Record.readInt()); in VisitFunctionDecl()

12