Home
last modified time | relevance | path

Searched defs:SVETypeFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h83 class SVETypeFlags; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h258 SVETypeFlags(uint64_t F) : Flags(F) { in SVETypeFlags() function