Home
last modified time | relevance | path

Searched defs:DefaultArg (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Parse/
DParseTemplate.cpp543 ParsedType DefaultArg; in ParseTypeParameter() local
646 ParsedTemplateArgument DefaultArg; in ParseTemplateTemplateParameter() local
694 ExprResult DefaultArg; in ParseNonTypeTemplateParameter() local
/external/clang/test/Analysis/
Ddtor.cpp162 struct DefaultArg { struct
163 DefaultArg(int x = 0) {} in DefaultArg() argument
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2551 type DefaultArg struct { struct
2552 Num int
2553 Arg AST
2556 func (da *DefaultArg) print(ps *printState) {
2561 func (da *DefaultArg) Traverse(fn func(AST) bool) {
2567 func (da *DefaultArg) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2582 func (da *DefaultArg) GoString() string {
2586 func (da *DefaultArg) goString(indent int, field string) string {
/external/clang/test/SemaCXX/
Dtypo-correction-delayed.cpp108 const int DefaultArg = 9; // expected-note {{'DefaultArg' declared here}} variable
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py580 def DefaultArg(unused_a=12): function
/external/clang/lib/Sema/
DSemaTemplate.cpp569 ParsedType DefaultArg) { in ActOnTypeParameter()
802 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); in ActOnTemplateTemplateParameter() local
DSemaDeclCXX.cpp59 Expr *DefaultArg; member in __anon3b64c2cb0111::CheckDefaultArgumentVisitor
298 Expr *DefaultArg) { in ActOnParamDefaultArgument()
9608 Expr *DefaultArg = S.BuildCXXDefaultArgExpr(Class->getLocation(), CD, in getDefaultArgExprsForConstructors() local
DSemaLookup.cpp1457 auto &DefaultArg = D->getDefaultArgStorage(); in hasVisibleDefaultArgument() local
DSemaExprCXX.cpp865 Expr *DefaultArg = in CheckCXXThrowOperand() local
/external/clang/lib/AST/
DExpr.cpp3188 } else if (const CXXDefaultArgExpr *DefaultArg in isNullPointerConstant() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3764 auto DefaultArg = Reader.ReadExpr(F); in UpdateDecl() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3870 Stmt *DefaultArg = getContext().getDefaultArgExprForConstructor(CD, I); in getAddrOfCXXCtorClosure() local