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/ |
D | AliasAnalysisSummary.cpp | 75 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()
|
D | AliasAnalysisSummary.h | 185 InterfaceValue IValue; member 203 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue, 238 InstantiatedValue IValue; member
|
D | CFLAndersAliasAnalysis.cpp | 264 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()
|
D | CFLGraph.h | 410 Graph.addNode(IAttr->IValue, IAttr->Attr); in tryInterproceduralAnalysis()
|
/third_party/typescript/tests/cases/compiler/ |
D | excessPropertyCheckWithUnions.ts | 93 interface IValue { interface 98 [propertyName: string]: IValue; 102 [propertyName: number]: IValue;
|
/third_party/typescript/tests/baselines/reference/ |
D | excessPropertyCheckWithUnions.symbols | 259 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))
|
D | excessPropertyCheckWithUnions.js | 93 interface IValue { 98 [propertyName: string]: IValue; 102 [propertyName: number]: IValue;
|
D | excessPropertyCheckWithUnions.errors.txt | 29 …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'.
|
D | excessPropertyCheckWithUnions.types | 317 interface IValue { 323 [propertyName: string]: IValue; 329 [propertyName: number]: IValue;
|