Home
last modified time | relevance | path

Searched defs:Type_ (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-module-enums-shadow-name.rs5 pub const Type_: Type = 1; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstify-module-enums-shadow-name.h5 Type_, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h994 NonTypeTemplateParamDecl(Node *Name_, Node *Type_) in NonTypeTemplateParamDecl()
1743 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr()
1832 ConversionExpr(const Node *Type_, NodeArray Expressions_) in ConversionExpr()
2012 StringLiteral(const Node *Type_) : Node(KStringLiteral), Type(Type_) {} in StringLiteral()
2027 LambdaExpr(const Node *Type_) : Node(KLambdaExpr), Type(Type_) {} in LambdaExpr()
2063 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral()