Home
last modified time | relevance | path

Searched refs:readArray (Results 1 – 25 of 162) sorted by relevance

1234567

/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DAbstractTypeReader.inc269 …llvm::ArrayRef<TypeCoupledDeclRefInfo> CoupledDecls = R.find("CoupledDecls").template readArray<Ty…
339 …t> typeConstraintArguments = R.find("typeConstraintArguments").template readArray<TemplateArgument…
412 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
472 …llvm::ArrayRef<QualType> parameters = R.find("parameters").template readArray<QualType>(parameters…
474 …xtParameterInfo> extParameterInfo = R.find("extParameterInfo").template readArray<FunctionProtoTyp…
477 …llvm::ArrayRef<FunctionEffect> functionEffects = R.find("functionEffects").template readArray<Func…
479 …itionExpr> functionEffectConds = R.find("functionEffectConds").template readArray<EffectConditionE…
585 …llvm::ArrayRef<QualType> typeArgsAsWritten = R.find("typeArgsAsWritten").template readArray<QualTy…
587 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
608 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
[all …]
DAbstractBasicReader.h147 llvm::ArrayRef<T> readArray(llvm::SmallVectorImpl<T> &buffer) { in readArray() function
227 esi.Exceptions = asImpl().template readArray<QualType>(buffer); in readExceptionSpecInfo()
DAbstractBasicReader.inc415 return R.readArray(std::forward<Args>(args)...);
625 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
641 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
656 llvm::ArrayRef<APValue> bases = subR.find("bases").template readArray<APValue>(bases_buffer_0);
658 … llvm::ArrayRef<APValue> fields = subR.find("fields").template readArray<APValue>(fields_buffer_0);
690 …llvm::ArrayRef<CXXRecordDecl*> memberPath = subR.find("memberPath").template readArray<CXXRecordDe…
1014 …llvm::ArrayRef<TemplateArgument> elements = subR.find("elements").template readArray<TemplateArgum…
1054 …llvm::ArrayRef<NamedDecl*> overloads = subR.find("overloads").template readArray<NamedDecl*>(overl…
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
226 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
226 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
226 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
226 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAbstractTypeReader.inc269 …llvm::ArrayRef<TypeCoupledDeclRefInfo> CoupledDecls = R.find("CoupledDecls").template readArray<Ty…
331 …t> typeConstraintArguments = R.find("typeConstraintArguments").template readArray<TemplateArgument…
404 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
464 …llvm::ArrayRef<QualType> parameters = R.find("parameters").template readArray<QualType>(parameters…
466 …xtParameterInfo> extParameterInfo = R.find("extParameterInfo").template readArray<FunctionProtoTyp…
572 …llvm::ArrayRef<QualType> typeArgsAsWritten = R.find("typeArgsAsWritten").template readArray<QualTy…
574 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
595 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
717 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
DAbstractBasicReader.h147 llvm::ArrayRef<T> readArray(llvm::SmallVectorImpl<T> &buffer) { in readArray() function
227 esi.Exceptions = asImpl().template readArray<QualType>(buffer); in readExceptionSpecInfo()
DAbstractBasicReader.inc401 return R.readArray(std::forward<Args>(args)...);
611 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
627 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
642 llvm::ArrayRef<APValue> bases = subR.find("bases").template readArray<APValue>(bases_buffer_0);
644 … llvm::ArrayRef<APValue> fields = subR.find("fields").template readArray<APValue>(fields_buffer_0);
676 …llvm::ArrayRef<CXXRecordDecl*> memberPath = subR.find("memberPath").template readArray<CXXRecordDe…
1000 …llvm::ArrayRef<TemplateArgument> elements = subR.find("elements").template readArray<TemplateArgum…
1040 …llvm::ArrayRef<NamedDecl*> overloads = subR.find("overloads").template readArray<NamedDecl*>(overl…
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractTypeReader.inc301 …t> typeConstraintArguments = R.find("typeConstraintArguments").template readArray<TemplateArgument…
374 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
434 …llvm::ArrayRef<QualType> parameters = R.find("parameters").template readArray<QualType>(parameters…
436 …xtParameterInfo> extParameterInfo = R.find("extParameterInfo").template readArray<FunctionProtoTyp…
542 …llvm::ArrayRef<QualType> typeArgsAsWritten = R.find("typeArgsAsWritten").template readArray<QualTy…
544 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
565 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
678 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
DAbstractBasicReader.h147 llvm::ArrayRef<T> readArray(llvm::SmallVectorImpl<T> &buffer) { in readArray() function
227 esi.Exceptions = asImpl().template readArray<QualType>(buffer); in readExceptionSpecInfo()
DAbstractBasicReader.inc394 return R.readArray(std::forward<Args>(args)...);
604 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
620 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
635 llvm::ArrayRef<APValue> bases = subR.find("bases").template readArray<APValue>(bases_buffer_0);
637 … llvm::ArrayRef<APValue> fields = subR.find("fields").template readArray<APValue>(fields_buffer_0);
669 …llvm::ArrayRef<CXXRecordDecl*> memberPath = subR.find("memberPath").template readArray<CXXRecordDe…
984 …llvm::ArrayRef<TemplateArgument> elements = subR.find("elements").template readArray<TemplateArgum…
1024 …llvm::ArrayRef<NamedDecl*> overloads = subR.find("overloads").template readArray<NamedDecl*>(overl…
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAbstractTypeReader.inc303 …t> typeConstraintArguments = R.find("typeConstraintArguments").template readArray<TemplateArgument…
376 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
436 …llvm::ArrayRef<QualType> parameters = R.find("parameters").template readArray<QualType>(parameters…
438 …xtParameterInfo> extParameterInfo = R.find("extParameterInfo").template readArray<FunctionProtoTyp…
544 …llvm::ArrayRef<QualType> typeArgsAsWritten = R.find("typeArgsAsWritten").template readArray<QualTy…
546 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
567 …llvm::ArrayRef<ObjCProtocolDecl*> qualifiers = R.find("qualifiers").template readArray<ObjCProtoco…
689 …plateArgument> templateArguments = R.find("templateArguments").template readArray<TemplateArgument…
DAbstractBasicReader.h147 llvm::ArrayRef<T> readArray(llvm::SmallVectorImpl<T> &buffer) { in readArray() function
227 esi.Exceptions = asImpl().template readArray<QualType>(buffer); in readExceptionSpecInfo()
DAbstractBasicReader.inc394 return R.readArray(std::forward<Args>(args)...);
604 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
620 …llvm::ArrayRef<APValue> elements = subR.find("elements").template readArray<APValue>(elements_buff…
635 llvm::ArrayRef<APValue> bases = subR.find("bases").template readArray<APValue>(bases_buffer_0);
637 … llvm::ArrayRef<APValue> fields = subR.find("fields").template readArray<APValue>(fields_buffer_0);
669 …llvm::ArrayRef<CXXRecordDecl*> memberPath = subR.find("memberPath").template readArray<CXXRecordDe…
993 …llvm::ArrayRef<TemplateArgument> elements = subR.find("elements").template readArray<TemplateArgum…
1033 …llvm::ArrayRef<NamedDecl*> overloads = subR.find("overloads").template readArray<NamedDecl*>(overl…
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h94 return Reader.readArray(Item, Func()); in deserialize()
144 return Reader.readArray(Item, Count); in deserialize()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h94 return Reader.readArray(Item, Func()); in deserialize()
144 return Reader.readArray(Item, Count); in deserialize()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h94 return Reader.readArray(Item, Func()); in deserialize()
144 return Reader.readArray(Item, Count); in deserialize()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h94 return Reader.readArray(Item, Func()); in deserialize()
144 return Reader.readArray(Item, Count); in deserialize()
/prebuilts/vndk/v30/arm/include/external/jsoncpp/include/json/
Dreader.h201 bool readArray(Token& token);
/prebuilts/vndk/v30/arm64/include/external/jsoncpp/include/json/
Dreader.h201 bool readArray(Token& token);
/prebuilts/vndk/v30/x86/include/external/jsoncpp/include/json/
Dreader.h201 bool readArray(Token& token);
/prebuilts/vndk/v30/x86_64/include/external/jsoncpp/include/json/
Dreader.h201 bool readArray(Token& token);
/prebuilts/vndk/v33/x86/include/external/jsoncpp/include/json/
Dreader.h201 bool readArray(Token& token);

1234567