Searched defs:blocks_ (Results 1 - 5 of 5) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dfunction.h55 void AddBasicBlock(BasicBlock&& b) { blocks_.push_back(std::move(b)); }
57 const std::vector<BasicBlock>& basic_blocks() const { return blocks_; }
58 std::vector<BasicBlock>& basic_blocks() { return blocks_; }
71 std::vector<BasicBlock> blocks_; // All basic blocks inside this function. member in class:spvtools::ir::Function
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dfunction.h55 void AddBasicBlock(BasicBlock&& b) { blocks_.push_back(std::move(b)); }
57 const std::vector<BasicBlock>& basic_blocks() const { return blocks_; }
58 std::vector<BasicBlock>& basic_blocks() { return blocks_; }
71 std::vector<BasicBlock> blocks_; // All basic blocks inside this function. member in class:spvtools::ir::Function
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/val/
H A DFunction.h210 std::unordered_map<uint32_t, BasicBlock> blocks_; member in class:libspirv::Function
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
H A DFunction.h210 std::unordered_map<uint32_t, BasicBlock> blocks_; member in class:libspirv::Function
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Darena.h881 google::protobuf::internal::AtomicWord blocks_; // Head of linked list of all allocated blocks member in class:google::protobuf::final

Completed in 120 milliseconds