Home
last modified time | relevance | path

Searched refs:elemTy (Results 1 – 25 of 131) sorted by relevance

123456

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode.go146 elemTy := fieldTy
148 if elemTy.Kind() == reflect.Slice || elemTy.Kind() == reflect.Array {
150 elemTy = elemTy.Elem()
153 if bodyType.AssignableTo(elemTy) || attrsType.AssignableTo(elemTy) {
165 if elemTy.Kind() == reflect.Ptr && elemVal.IsNil() {
179 if elemTy.Kind() == reflect.Ptr && fieldVal.IsNil() {
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/
H A Denums.py75 def __init__(self, base, elemTy, nElems):
78 self.elemTy = elemTy
82 return "%s:%sx%d" % (self.base, self.elemTy[4:], self.nElems)
87 ints_to_enums[c_arr.elemTy],
93 get_int_from_enum(arr.elemTy),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DAbstractBasicWriter.h178 QualType elemTy = lvaluePath.getType(); in writeLValuePathSerializationHelper() local
179 asImpl().writeQualType(elemTy); in writeLValuePathSerializationHelper()
183 if (elemTy->getAs<RecordType>()) { in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
192 elemTy = valueDecl->getType(); in writeLValuePathSerializationHelper()
196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h193 auto elemTy = asImpl().readQualType(); in readLValuePathSerializationHelper() local
196 if (elemTy->template getAs<RecordType>()) { in readLValuePathSerializationHelper()
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
202 elemTy = cast<ValueDecl>(decl)->getType(); in readLValuePathSerializationHelper()
206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
211 return APValue::LValuePathSerializationHelper(path, elemTy); in readLValuePathSerializationHelper()

123456