Home
last modified time | relevance | path

Searched refs:allowsOptionalArgs (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
467 assert(allowsOptionalArgs()); in getNumRequiredArgs()
594 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
467 assert(allowsOptionalArgs()); in getNumRequiredArgs()
594 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h454 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
456 assert(allowsOptionalArgs()); in getNumRequiredArgs()
580 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h455 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
457 assert(allowsOptionalArgs()); in getNumRequiredArgs()
582 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h454 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
456 assert(allowsOptionalArgs()); in getNumRequiredArgs()
580 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h471 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
473 assert(allowsOptionalArgs()); in getNumRequiredArgs()
598 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h471 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
473 assert(allowsOptionalArgs()); in getNumRequiredArgs()
598 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h505 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
507 assert(allowsOptionalArgs()); in getNumRequiredArgs()
634 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h505 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
507 assert(allowsOptionalArgs()); in getNumRequiredArgs()
634 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h505 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
507 assert(allowsOptionalArgs()); in getNumRequiredArgs()
634 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/CodeGen/
H A DCGFunctionInfo.h524 bool allowsOptionalArgs() const { return NumRequired != ~0U; } in allowsOptionalArgs() function
526 assert(allowsOptionalArgs()); in getNumRequiredArgs()
653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp717 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
805 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp716 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
804 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp717 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
805 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCall.cpp721 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
809 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp721 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
809 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp720 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
808 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp718 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
806 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCall.cpp728 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
816 assert(!required.allowsOptionalArgs() || in create()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp721 assert(signature.getRequiredArgs().allowsOptionalArgs()); in arrangeCall()
809 assert(!required.allowsOptionalArgs() || in create()

12