Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c367 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp717 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
730 unsigned PathSize, in CreateEmpty()
746 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
758 unsigned PathSize) { in CreateEmpty()
809 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
821 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty()
856 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
869 unsigned PathSize, in CreateEmpty()
H A DExpr.cpp2054 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2072 unsigned PathSize, in CreateEmpty()
2086 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2099 unsigned PathSize, in CreateEmpty()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3131 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3140 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3881 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3890 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3896 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3910 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3920 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h387 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr()
394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
1817 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
H A DExpr.h3639 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3708 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr()
3716 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3747 unsigned PathSize, FPOptionsOverride FPO, in CStyleCastExpr()
3757 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()