Home
last modified time | relevance | path

Searched refs:isOrdinary (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.h174 bool isOrdinary() const { in isOrdinary() function
180 assert(isOrdinary()); in getAbstractInfo()
184 assert(isOrdinary()); in getFunctionPointer()
188 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.h174 bool isOrdinary() const { in isOrdinary() function
180 assert(isOrdinary()); in getAbstractInfo()
184 assert(isOrdinary()); in getFunctionPointer()
188 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCall.h174 bool isOrdinary() const { in isOrdinary() function
180 assert(isOrdinary()); in getAbstractInfo()
184 assert(isOrdinary()); in getFunctionPointer()
188 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.h173 bool isOrdinary() const { in isOrdinary() function
179 assert(isOrdinary()); in getAbstractInfo()
183 assert(isOrdinary()); in getFunctionPointer()
187 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCall.h173 bool isOrdinary() const { in isOrdinary() function
179 assert(isOrdinary()); in getAbstractInfo()
183 assert(isOrdinary()); in getFunctionPointer()
187 assert(isOrdinary()); in setFunctionPointer()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCall.h174 bool isOrdinary() const { in isOrdinary() function
180 assert(isOrdinary()); in getAbstractInfo()
184 assert(isOrdinary()); in getFunctionPointer()
188 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.h169 bool isOrdinary() const { in isOrdinary() function
175 assert(isOrdinary()); in getAbstractInfo()
179 assert(isOrdinary()); in getFunctionPointer()
183 assert(isOrdinary()); in setFunctionPointer()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.h169 bool isOrdinary() const { in isOrdinary() function
175 assert(isOrdinary()); in getAbstractInfo()
179 assert(isOrdinary()); in getFunctionPointer()
183 assert(isOrdinary()); in setFunctionPointer()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCall.h175 bool isOrdinary() const { in isOrdinary() function
181 assert(isOrdinary()); in getAbstractInfo()
185 assert(isOrdinary()); in getFunctionPointer()
189 assert(isOrdinary()); in setFunctionPointer()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/ipc/
H A DJavaScriptBase.h97 bool RecvGetPrototypeIfOrdinary(const uint64_t& objId, ReturnStatus* rs, bool* isOrdinary, in RecvGetPrototypeIfOrdinary() argument
100 … return Answer::RecvGetPrototypeIfOrdinary(ObjectId::deserialize(objId), rs, isOrdinary, result); in RecvGetPrototypeIfOrdinary()
193 bool SendGetPrototypeIfOrdinary(const ObjectId& objId, ReturnStatus* rs, bool* isOrdinary, in SendGetPrototypeIfOrdinary() argument
196 return Base::SendGetPrototypeIfOrdinary(objId.serialize(), rs, isOrdinary, result); in SendGetPrototypeIfOrdinary()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()

12345678910