Home
last modified time | relevance | path

Searched refs:IValue (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, in instantiateInterfaceValue() argument
77 auto Index = IValue.Index; in instantiateInterfaceValue()
80 return InstantiatedValue{V, IValue.DerefLevel}; in instantiateInterfaceValue()
97 auto Value = instantiateInterfaceValue(EAttr.IValue, Call); in instantiateExternalAttribute()
DAliasAnalysisSummary.h185 InterfaceValue IValue; member
203 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
238 InstantiatedValue IValue; member
DCFLAndersAliasAnalysis.cpp264 InterfaceValue IValue; member
355 getInterfaceValue(InstantiatedValue IValue, in getInterfaceValue() argument
357 auto Val = IValue.Val; in getInterfaceValue()
366 return InterfaceValue{*Index, IValue.DerefLevel}; in getInterfaceValue()
467 auto SrcIndex = FromRecord.IValue.Index; in populateExternalRelations()
468 auto SrcLevel = FromRecord.IValue.DerefLevel; in populateExternalRelations()
469 auto DstIndex = ToRecord.IValue.Index; in populateExternalRelations()
470 auto DstLevel = ToRecord.IValue.DerefLevel; in populateExternalRelations()
DCFLGraph.h410 Graph.addNode(IAttr->IValue, IAttr->Attr); in tryInterproceduralAnalysis()
/third_party/typescript/tests/cases/compiler/
DexcessPropertyCheckWithUnions.ts93 interface IValue { interface
98 [propertyName: string]: IValue;
102 [propertyName: number]: IValue;
/third_party/typescript/tests/baselines/reference/
DexcessPropertyCheckWithUnions.symbols259 interface IValue {
260 >IValue : Symbol(IValue, Decl(excessPropertyCheckWithUnions.ts, 87, 2))
263 >value : Symbol(IValue.value, Decl(excessPropertyCheckWithUnions.ts, 91, 18))
269 [propertyName: string]: IValue;
271 >IValue : Symbol(IValue, Decl(excessPropertyCheckWithUnions.ts, 87, 2))
278 [propertyName: number]: IValue;
280 >IValue : Symbol(IValue, Decl(excessPropertyCheckWithUnions.ts, 87, 2))
DexcessPropertyCheckWithUnions.js93 interface IValue {
98 [propertyName: string]: IValue;
102 [propertyName: number]: IValue;
DexcessPropertyCheckWithUnions.errors.txt29 …sPropertyCheckWithUnions.ts(108,5): error TS2322: Type 'string' is not assignable to type 'IValue'.
166 interface IValue {
171 [propertyName: string]: IValue;
175 [propertyName: number]: IValue;
184 !!! error TS2322: Type 'string' is not assignable to type 'IValue'.
DexcessPropertyCheckWithUnions.types317 interface IValue {
323 [propertyName: string]: IValue;
329 [propertyName: number]: IValue;