Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1522 typedef SimpleArray<SExpr*> InstrArray; typedef
1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, in BasicBlock()
1570 const InstrArray &arguments() const { return Args; } in arguments()
1571 InstrArray &arguments() { return Args; } in arguments()
1573 InstrArray &instructions() { return Instrs; } in instructions()
1574 const InstrArray &instructions() const { return Instrs; } in instructions()
1674 InstrArray Args; // Phi nodes. One argument per predecessor.
1675 InstrArray Instrs; // Instructions.