Home
last modified time | relevance | path

Searched defs:native (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/include/__bit/
H A Dendian.h26 native = little enumerator
/llvm-project/libcxx/include/experimental/__simd/
H A Ddeclaration.h40 using native = __vec_ext<_LIBCPP_NATIVE_SIMD_WIDTH_IN_BYTES / sizeof(_Tp)>; global() variable
/llvm-project/llvm/include/llvm/Support/
H A DPath.h28 native, enumerator
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h74 native = big enumerator
/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h61 unsigned native : 1; /* 1==gcc-compiled task, 0==intel */ member
/llvm-project/llvm/lib/Support/
H A DPath.cpp541 void native(const Twine &path, SmallVectorImpl<char> &result, Style style) { native() function
551 void native(SmallVectorImpl<char> &Path, Style style) { native() function
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1163 llvm::sys::fs::file_t native{llvm::sys::fs::convertFDToNativeFile(fd)}; ~Temp() local
/llvm-project/openmp/runtime/src/
H A Dkmp.h2693 unsigned native : 1; member