Home
last modified time | relevance | path

Searched refs:CI_HasMatchingInput (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h789 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
819 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
844 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h902 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
934 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
962 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h836 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
868 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
896 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h829 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
861 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
889 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DTargetInfo.h903 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
935 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
963 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h836 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
868 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
896 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h801 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
833 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
859 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DTargetInfo.h966 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
998 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1026 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h909 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
941 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
969 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DTargetInfo.h943 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
975 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1003 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h909 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
941 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
969 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DTargetInfo.h946 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1006 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()