Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DReplaceVariable.h42 ANGLE_NO_DISCARD bool ReplaceVariables(TCompiler *compiler,
DReplaceVariable.cpp117 ANGLE_NO_DISCARD bool ReplaceVariables(TCompiler *compiler, in ReplaceVariables() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h420 bool ReplaceVariables(llvm::Function &llvm_function);
DIRForTarget.cpp1650 bool IRForTarget::ReplaceVariables(Function &llvm_function) { in ReplaceVariables() function in IRForTarget
2003 if (!ReplaceVariables(*main_function)) { in runOnModule()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp384 bool valid = ReplaceVariables(mCompiler, substituteBlock, argumentMap); in processFunctionCall()