Searched defs:PathSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/ |
| D | nsnames.c | 204 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprCXX.cpp | 597 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 608 unsigned PathSize) { in CreateEmpty() 622 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 633 unsigned PathSize) { in CreateEmpty() 679 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 690 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 714 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 724 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty()
|
| D | Expr.cpp | 1695 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 1705 unsigned PathSize) { in CreateEmpty() 1717 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 1727 unsigned PathSize) { in CreateEmpty()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ExprCXX.h | 188 CastKind kind, Expr *op, unsigned PathSize, in CXXNamedCastExpr() 195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() 239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 1220 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
|
| D | Expr.h | 2743 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr() 2803 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr() 2808 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr() 2835 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr() 2841 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()
|