Home
last modified time | relevance | path

Searched refs:addDefinition (Results 1 – 21 of 21) sorted by relevance

/external/skqp/src/sksl/
DSkSLCompiler.cpp254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition() function in SkSL::Compiler
271 this->addDefinition(((Swizzle*) lvalue)->fBase.get(), in addDefinition()
277 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(), in addDefinition()
283 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(), in addDefinition()
291 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(), in addDefinition()
294 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(), in addDefinition()
315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions()
317 this->addDefinition( in addDefinitions()
329 this->addDefinition( in addDefinitions()
340 this->addDefinition( in addDefinitions()
[all …]
DSkSLCompiler.h136 void addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr,
/external/skia/src/sksl/
DSkSLCompiler.cpp254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition() function in SkSL::Compiler
271 this->addDefinition(((Swizzle*) lvalue)->fBase.get(), in addDefinition()
277 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(), in addDefinition()
283 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(), in addDefinition()
291 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(), in addDefinition()
294 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(), in addDefinition()
315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions()
317 this->addDefinition( in addDefinitions()
329 this->addDefinition( in addDefinitions()
340 this->addDefinition( in addDefinitions()
[all …]
DSkSLCompiler.h136 void addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr,
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DCoreTutorial.java72 public void addDefinition(final String name, final byte[] bytes) { in addDefinition() method in CoreTutorial.MemoryClassLoader
128 memoryClassLoader.addDefinition(targetName, instrumented); in execute()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp629 List.addDefinition(llvm::make_unique<MenuSeparator>()); in parseMenuItemsList()
654 List.addDefinition(llvm::make_unique<PopupItem>( in parseMenuItemsList()
660 List.addDefinition( in parseMenuItemsList()
DResourceScriptStmt.h445 void addDefinition(std::unique_ptr<MenuDefinition> Def) { in addDefinition() function
/external/skia/tools/bookmaker/
DbmhParser.h69 bool addDefinition(const char* defStart, bool hasEnd, MarkType markType,
DparserCommon.h68 void addDefinition(Definition* def) { in addDefinition() function
DincludeParser.h235 this->addDefinition(container); in pushBracket()
DbmhParser.cpp121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() function in BmhParser
1497 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName, in findDefinitions()
1545 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder, in findDefinitions()
DincludeParser.cpp102 this->addDefinition(def); in addKeyword()
/external/skqp/tools/bookmaker/
DbmhParser.h69 bool addDefinition(const char* defStart, bool hasEnd, MarkType markType,
DparserCommon.h66 void addDefinition(Definition* def) { in addDefinition() function
DincludeParser.h235 this->addDefinition(container); in pushBracket()
DbmhParser.cpp121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() function in BmhParser
1497 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName, in findDefinitions()
1545 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder, in findDefinitions()
DincludeParser.cpp101 this->addDefinition(def); in addKeyword()
/external/fonttools/Tests/feaLib/
Dbuilder_test.py468 baseClass.addDefinition(bcdef)
/external/clang/lib/Analysis/
DThreadSafety.cpp486 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition() function in __anon4f66b6dc0811::LocalVariableMap
574 Ctx = VMap->addDefinition(VD, E, Ctx); in VisitDeclStmt()
/external/fonttools/Lib/fontTools/feaLib/
Dast.py409 def addDefinition(self, definition): member in MarkClass
Dparser.py580 markClass.addDefinition(mcdef)