Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py461 get_llvm_texture_access(geom_ptx, ctype, mipmap) global() argument
492 get_llvm_texture_access_type(geom_ptx, ctype, mipmap) global() argument
518 get_ptx_texture_access(geom_ptx, ctype) global() argument
[all...]
/llvm-project/clang/tools/scan-view/share/
H A DScanView.py813 def send_file(self, f, ctype): argument
823 def send_string(self, s, ctype="text/html", headers=True, mtime=None): argument
835 def send_patched_file(self, path, ctype): argument
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp76 class ctype<Char> : public locale::facet, public ctype_base { global() class
80 explicit ctype(std::size_t refs = 0) : locale::facet(refs) {} ctype() function in std::ctype
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h10 ctype = 1u << 2u, enumerator
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp57 if (auto ctype = dyn_cast<ComplexType>(type)) { in getDefaultTypeSizeInBits() local
159 if (auto ctype = dyn_cast<ComplexType>(type)) in getDefaultABIAlignment() local
214 if (auto ctype = dyn_cast<ComplexType>(type)) in getDefaultPreferredAlignment() local
/llvm-project/lld/ELF/
H A DOutputSections.cpp346 DebugCompressionType ctype = DebugCompressionType::None; maybeCompress() local
/llvm-project/libcxx/src/
H A Dlocale.cpp120 const locale::category locale::ctype; member in locale
807 ctype<char>::ctype(const mask* tab, bool del, size_t refs) : locale::facet(refs), __tab_(tab), __del_(del) { ctype() function in ctype
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp831 mlir::Type ctype = args[0].getType(); genLibSplitComplexArgsCall() local