Searched defs:supportsExtendIntArgs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | X86.h | 389 bool supportsExtendIntArgs() const override { supportsExtendIntArgs() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1649 virtual bool supportsExtendIntArgs() const { return false; } supportsExtendIntArgs() function |