Home
last modified time | relevance | path

Searched refs:NewAssert (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go392 func NewAssert(keyword t.ID, condition *Expr, reason t.ID, args []*Node) *Assert { func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go579 return a.NewAssert(x, condition, reason, args).AsNode(), nil
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10323 SDValue NewAssert = DAG.getNode(Opcode, DL, BigA.getValueType(), in visitAssertExt() local
10325 return DAG.getNode(ISD::TRUNCATE, DL, N->getValueType(0), NewAssert); in visitAssertExt()
10342 SDValue NewAssert = DAG.getNode(Opcode, DL, BigA.getValueType(), in visitAssertExt() local
10344 return DAG.getNode(ISD::TRUNCATE, DL, N->getValueType(0), NewAssert); in visitAssertExt()