Searched defs:isDeclaration (Results 1 - 14 of 14) sorted by relevance

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DFieldCriterion.java9 public final boolean isDeclaration; field in class:FieldCriterion
17 public FieldCriterion(String varName, boolean isDeclaration) { argument
19 this.isDeclaration = isDeclaration;
34 if (path == null || (isDeclaration
/external/llvm/lib/IR/
H A DGlobals.cpp161 bool GlobalValue::isDeclaration() const { function in class:GlobalValue
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGlobals.cpp65 bool GlobalValue::isDeclaration() const { function in class:GlobalValue
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
59 const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return m_data.declaration; }
/external/annotation-tools/scene-lib/src/annotations/io/
H A DASTPath.java1593 public static boolean isDeclaration(Tree.Kind kind) { method in class:ASTPath
1619 return !isDeclaration(kind);
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOModule.cpp660 static bool isDeclaration(const GlobalValue &V) { function
665 return V.isDeclaration();
669 return isDeclaration(*V.getAliasedGlobal());
679 if (isDeclaration(*f))
688 if (isDeclaration(*v))
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp45 bool isDeclaration = GV->isDeclaration(); local
56 if (!isDeclaration || isHidden)
1107 !GA->getGlobal()->isDeclaration() &&
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp707 bool isDeclaration)
710 , m_isDeclaration (isDeclaration) {}
744 bool isDeclaration)
746 return StatementP(new VariableStatement<T>(variable, value, isDeclaration));
706 VariableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) argument
742 variableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) argument
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp741 bool isDeclaration)
744 , m_isDeclaration (isDeclaration) {}
778 bool isDeclaration)
780 return StatementP(new VariableStatement<T>(variable, value, isDeclaration));
740 VariableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) argument
776 variableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) argument
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2021 milliseconds