Home
last modified time | relevance | path

Searched defs:hasInt128Type (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/Basic/Targets/
DSPIR.h108 bool hasInt128Type() const override { return false; } in hasInt128Type() function
DWebAssembly.h113 bool hasInt128Type() const final { return true; } in hasInt128Type() function
DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
DAArch64.cpp711 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
DOSTargets.h734 bool hasInt128Type() const override { return false; } in hasInt128Type() function
DX86.h725 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/external/clang/include/clang/Basic/
DTargetInfo.h330 virtual bool hasInt128Type() const { in hasInt128Type() function
/external/clang/lib/Basic/
DTargets.cpp4381 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon6f485c4e0111::X86_64TargetInfo
7582 bool hasInt128Type() const override { in hasInt128Type() function in __anon6f485c4e0111::MipsTargetInfo
7830 bool hasInt128Type() const final { return true; } in hasInt128Type() function in __anon6f485c4e0111::WebAssemblyTargetInfo
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h561 virtual bool hasInt128Type() const { in hasInt128Type() function