Home
last modified time | relevance | path

Searched defs:HasSignExt (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h44 bool HasSignExt = false; variable
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.h33 bool HasSignExt = false; variable
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp346 bool HasSignExt = AS.hasAttribute(Attribute::SExt); in addAttributes() local