Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp591 ir_instruction *then_branch) in if_tree() argument
593 assert(then_branch != NULL); in if_tree()
598 result->then_instructions.push_tail(then_branch); in if_tree()
604 ir_instruction *then_branch, in if_tree() argument
607 assert(then_branch != NULL); in if_tree()
613 result->then_instructions.push_tail(then_branch); in if_tree()
Dir_builder.h226 ir_instruction *then_branch);
228 ir_instruction *then_branch,
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)
/external/protobuf/gtest/scripts/
Dpump.py412 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
414 self.then_branch = then_branch
679 RunCode(env.Clone(), node.then_branch, output)
/external/v8/testing/gtest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)
/external/googletest/googletest/scripts/
Dpump.py421 def __init__(self, exp=None, then_branch=None, else_branch=None): argument
423 self.then_branch = then_branch
686 RunCode(env.Clone(), node.then_branch, output)