Searched defs:PathSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 373 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 696 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 708 unsigned PathSize) { in CreateEmpty() 721 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 733 unsigned PathSize) { in CreateEmpty() 778 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 790 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 813 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 824 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty()
|
| H A D | Expr.cpp | 1848 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 1859 unsigned PathSize) { in CreateEmpty() 1870 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 1881 unsigned PathSize) { in CreateEmpty()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 285 CastKind kind, Expr *op, unsigned PathSize, in CXXNamedCastExpr() 292 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() 336 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 1533 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
|
| H A D | Expr.h | 3129 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr() 3202 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr() 3207 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr() 3236 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr() 3242 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()
|