Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 7 of 7) sorted by relevance

/build/soong/mk2rbc/
Dexpr.go25 typ() starlarkType methodSpec
52 func (_ *stringLiteralExpr) typ() starlarkType { func
77 func (_ *intLiteralExpr) typ() starlarkType { func
106 func (_ *boolLiteralExpr) typ() starlarkType { func
129 func (g *globalsExpr) typ() starlarkType { func
215 func (_ *interpolateExpr) typ() starlarkType { func
249 func (v *variableRefExpr) typ() starlarkType { func
296 func (s *toStringExpr) typ() starlarkType { func
322 func (_ *notExpr) typ() starlarkType { func
360 func (_ *eqExpr) typ() starlarkType { func
[all …]
Dvariable.go34 typ starlarkType member
/build/blueprint/bootstrap/bpdoc/
Dbpdoc_test.go11 typ string member
/build/blueprint/
Dprovider.go47 typ reflect.Type member
/build/soong/bp2build/
Dcc_binary_conversion_test.go32 typ string member
Dtesting.go362 func simpleModuleDoNotConvertBp2build(typ, name string) string { argument
372 func makeBazelTarget(typ, name string, attrs attrNameToString) string { argument
/build/soong/cc/
Dcc.go3517 func (c *Module) typ() moduleType { func