HomeSort by relevance Sort by last modified time
    Searched defs:Block (Results 251 - 275 of 530) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 169 Block,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 169 Block,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 169 Block,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 288 /// All basic block instructions have a unique ID (i.e. virtual register).
291 /// Returns the block, if this is an instruction in a basic block,
293 BasicBlock* block() const { return Block; } function in class:clang::threadSafety::SExpr
295 /// Set the basic block and instruction ID for this expression.
296 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; }
300 : Opcode(Op), Reserved(0), Flags(0), SExprID(0), Block(nullptr) {}
303 Block(nullptr) {}
309 BasicBlock* Block;
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 62 // Models elements in the list of types defined in the types block. These
246 /// Generates error message with respect to the current block parser.
306 /// function block. Increments internal counters during call so that it will
307 /// be in correct position for next function block.
388 /// Returns true if a module block has been parsed.
406 // 2**(AlignPower-1), or 0 if AlignPower == 0). Parser defines the block
447 // Defines if a module block has already been parsed.
657 // the base class of block parsers, we generate error messages if ParseBlock or
665 // Constructor for the top-level module block parser.
676 // Returns the printable name of the type of block being parsed
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 730 // bytecodes are within the true or false block of an else.
740 TRACE("control @%u: Block\n", i.pc_offset());
1033 struct Block {
1044 ZoneVector<Block> blocks_;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
590 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
590 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 116 /// inserted into a block.
127 /// end of the specified block.
170 BasicBlock *Block = nullptr;
179 : Block(InsertBlock), Point(InsertPoint) {}
182 bool isSet() const { return (Block != nullptr); }
184 BasicBlock *getBlock() const { return Block; }
231 AssertingVH<BasicBlock> Block;
237 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
244 Builder.restoreIP(InsertPoint(Block, Point));
649 /// them into a basic block: either at the end of a BasicBlock, or at a specifi
    [all...]

Completed in 1327 milliseconds

<<11121314151617181920>>