Home
last modified time | relevance | path

Searched defs:DefaultBlock (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.hpp57 struct DefaultBlock struct
59 std::vector<glu::VariableDeclaration> variables;
60 std::vector<glu::InterfaceBlock> interfaceBlocks;
H A Des31fProgramInterfaceQueryTests.cpp300 class DefaultBlock : public Node class
303 DefaultBlock(const SharedPtr &enclosing) : Node(TYPE_DEFAULT_BLOCK, enclosing) in DefaultBlock() function in deqp::gles31::Functional::__anonef1c9bed0111::ResourceDefinition::DefaultBlock
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp1264 llvm::BasicBlock *DefaultBlock = SwitchInsn->getDefaultDest(); in EmitDefaultStmt() local
1536 llvm::BasicBlock *DefaultBlock = createBasicBlock("sw.default"); in EmitSwitchStmt() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp727 CFGBlock *DefaultBlock = *Src->succ_rbegin(); in generateDefaultCaseNode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp403 BasicBlock *DefaultBlock = BasicBlock::Create(C, "SW_D", F); in mutate() local