Searched defs:ctype (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/test/CodeGen/NVPTX/ |
H A D | surf-tex.py | 461 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 D | ScanView.py | 813 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 D | user_defined_char_type.pass.cpp | 76 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 D | signed-bitwise-standard-types.h | 10 ctype = 1u << 2u, enumerator
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 57 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 D | OutputSections.cpp | 346 DebugCompressionType ctype = DebugCompressionType::None; maybeCompress() local
|
/llvm-project/libcxx/src/ |
H A D | locale.cpp | 120 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 D | IntrinsicCall.cpp | 831 mlir::Type ctype = args[0].getType(); genLibSplitComplexArgsCall() local
|