Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp52 namespace array_type { namespace
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp64 using array_type = CharT[25]; typedef
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp161 CompilerType array_type(ast_ctx.CreateArrayType( in BuildArray() local
/llvm-project/flang/test/Evaluate/
H A Dfolding12.f9027 type array_type type
/llvm-project/clang/test/SemaCXX/
H A Dconversion-function.cpp27 typedef int array_type[10]; typedef
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp667 auto array_type = llvm::dyn_cast<PDBSymbolTypeArray>(&type); in CreateLLDBTypeFromPDBType() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp945 return RequireCompleteType(array_type->getElementType()); in RequireCompleteType() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli720 val array_type : lltype -> int -> lltype global() val
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2708 const clang::ArrayType *array_type = GetCompleteQualType() local