Home
last modified time | relevance | path

Searched defs:PathSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c367 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp713 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
726 unsigned PathSize, in CreateEmpty()
742 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
754 unsigned PathSize) { in CreateEmpty()
799 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
811 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty()
846 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
859 unsigned PathSize, in CreateEmpty()
H A DExpr.cpp2011 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2029 unsigned PathSize, in CreateEmpty()
2043 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2056 unsigned PathSize, in CreateEmpty()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h388 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr()
395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
H A DExpr.h3626 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3695 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr()
3701 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3732 unsigned PathSize, FPOptionsOverride FPO, in CStyleCastExpr()
3742 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()