Home
last modified time | relevance | path

Searched defs:ast_type (Results 51 – 75 of 96) sorted by relevance

1234

/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DABI.cpp69 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject()
149 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DABI.cpp75 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject()
154 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/spirv/
H A Dparser_impl.cc717 auto ast_type = std::make_unique<ast::type::ArrayType>(ast_elem_ty); in ConvertType() local
758 auto ast_type = std::make_unique<ast::type::ArrayType>( in ConvertType() local
771 ast::type::ArrayType* ast_type) { in ApplyArrayDecorations()
967 ast::type::Type* ast_type = nullptr; in EmitScalarSpecConstants() local
1113 auto* ast_type = id_to_type_[type_id]; in EmitModuleScopeVariables() local
1259 auto* ast_type = original_ast_type->UnwrapIfNeeded(); in MakeConstantExpression() local
H A Dfunction.cc630 auto* ast_type = parser_impl_.ConvertType(param->type_id()); in EmitFunctionDeclaration() local
2257 auto* ast_type = parser_impl_.ConvertType(function_.type_id()); in EmitNormalTerminator() local
2496 auto* ast_type = in EmitStatementsInBasicBlock() local
2699 ast::type::Type* ast_type = in MaybeEmitCombinatorialValue() local
2836 auto* ast_type = parser_impl_.ConvertType(inst.type_id()); in EmitGlslStd450ExtInst() local
3224 const auto* ast_type = parser_impl_.ConvertType(inst.type_id()); in RegisterLocallyDefinedValues() local
3257 auto* ast_type = parser_impl_.ConvertType(type_id); in GetStorageClassForPointerValue() local
H A Dfunction_bit_test.cc126 const std::string ast_type; member
H A Dfunction_arithmetic_test.cc437 const std::string ast_type; member
H A Dfunction_logical_test.cc260 const std::string ast_type; member
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dtype.cpp24 Type::Type(const ASTMemberType &ast_type, in Type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
307 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
307 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
309 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
309 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
309 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
307 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValue.cpp268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
309 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DValue.cpp282 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
324 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DValue.cpp282 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local
324 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local
/dports/devel/antlr/antlr-2.7.7/lib/cpp/src/
H A DASTFactory.cpp426 string ast_type = read_identifier(infile); in LoadAST() local
/dports/security/fwbuilder/fwbuilder-5.3.7/src/antlr/
H A DASTFactory.cpp426 string ast_type = read_identifier(infile); in LoadAST() local
/dports/science/gnudatalanguage/gdl-1.0.1/src/antlr/
H A DASTFactory.cpp426 string ast_type = read_identifier(infile); in LoadAST() local
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-validator.c1326 enum sieve_ast_type ast_type = sieve_ast_node_type(cmd_node); in sieve_validate_command_context() local
1375 enum sieve_ast_type ast_type = sieve_ast_node_type(cmd_node); in sieve_validate_command() local
H A Dsieve-ast.c467 const char *sieve_ast_type_name(enum sieve_ast_type ast_type) in sieve_ast_type_name()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemantio.c48 int ast_type; member
5055 begin_io_call(int ast_type, int func, int count) in begin_io_call()
5907 int ast_type, iostat_ast, iomsg_ast, unit_ast; in gen_dtio_args() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBTarget.cpp1497 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromAddress() local
1517 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromData() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBTarget.cpp1489 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromAddress() local
1509 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromData() local

1234