OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInt128Type
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
SPIR.h
153
bool
hasInt128Type
() const override { return false; }
WebAssembly.h
112
bool
hasInt128Type
() const final { return true; }
AArch64.h
141
bool
hasInt128Type
() const override;
Mips.h
402
bool
hasInt128Type
() const override {
AArch64.cpp
771
bool AArch64TargetInfo::
hasInt128Type
() const { return true; }
OSTargets.h
732
bool
hasInt128Type
() const override { return false; }
X86.h
736
bool
hasInt128Type
() const override { return true; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
899
if (TI.
hasInt128Type
())
1176
if (TI.
hasInt128Type
() && LangOpts.CPlusPlus && LangOpts.GNUMode) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
242
if (Context.getTargetInfo().
hasInt128Type
() ||
244
Context.getAuxTargetInfo()->
hasInt128Type
())) {
1837
!Context.getTargetInfo().
hasInt128Type
())) {
SemaOverload.cpp
8187
if (S.Context.getTargetInfo().
hasInt128Type
() ||
8189
S.Context.getAuxTargetInfo()->
hasInt128Type
()))
8194
if (S.Context.getTargetInfo().
hasInt128Type
() ||
8196
S.Context.getAuxTargetInfo()->
hasInt128Type
()))
SemaType.cpp
1498
if (!S.Context.getTargetInfo().
hasInt128Type
() &&
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
578
virtual bool
hasInt128Type
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp
684
return CGM.getContext().getTargetInfo().
hasInt128Type
();
TargetInfo.cpp
737
Context.getTypeSize(Context.getTargetInfo().
hasInt128Type
()
759
getContext().getTypeSize(getContext().getTargetInfo().
hasInt128Type
()
7021
(Context.getTargetInfo().
hasInt128Type
() ? 128U : 64U);
7022
if (!Context.getTargetInfo().
hasInt128Type
() && T->isIntegerType() &&
7098
(!getContext().getTargetInfo().
hasInt128Type
() &&
7914
!getContext().getTargetInfo().
hasInt128Type
()))
8005
!getContext().getTargetInfo().
hasInt128Type
()))
10827
(!getContext().getTargetInfo().
hasInt128Type
() &&
Completed in 102 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026