Home
last modified time | relevance | path

Searched refs:isExecutable (Results 1 – 8 of 8) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp363 if ((! duplicate) && expr->isExecutable()) in getClosureExecutables()
382 if (isExecutable()) in printTree()
403 if (isExecutable()) in printList()
417 bool Expression::isExecutable() in isExecutable() function in Expression
DExpressionInterpreter.cpp115 if (expr->isExecutable()) in interpretCommand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h39 virtual bool isExecutable() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h40 bool isExecutable() const override;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h47 bool isExecutable();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h207 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h152 using irsymtab::Symbol::isExecutable;