Home
last modified time | relevance | path

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

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