Home
last modified time | relevance | path

Searched refs:BuildType (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp74 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement()
154 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray()
252 AppleObjCTypeEncodingParser::BuildType(TypeSystemClang &clang_ast_ctx, in BuildType() function in AppleObjCTypeEncodingParser
326 BuildType(clang_ast_ctx, type, for_expression); in BuildType()
344 BuildType(clang_ast_ctx, type, for_expression); in BuildType()
363 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType()
DAppleObjCTypeEncodingParser.h38 clang::QualType BuildType(TypeSystemClang &clang_ast_ctx, StringLexer &type,
/external/llvm/utils/release/
Dtest-release.sh338 BuildType="Release"
343 BuildType="Release"
348 BuildType="Debug"
377 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
383 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
/external/llvm-project/llvm/utils/release/
Dtest-release.sh358 BuildType="Release"
362 BuildType="Release"
366 BuildType="Debug"
385 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
391 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
/external/eigen/Eigen/src/Core/
DBandMatrix.h102 typedef Block<CoefficientsType,1, DiagonalSize> BuildType; typedef
104 CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>,BuildType >,
105 BuildType>::type Type;
111 …return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diag… in diagonal()
117 …return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diag… in diagonal()