/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 47 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 109 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 113 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 119 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 128 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) { in SoftenFloatRes_ConstantFP() 134 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 141 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() 153 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD() 166 SDValue DAGTypeLegalizer::SoftenFloatRes_FCEIL(SDNode *N) { in SoftenFloatRes_FCEIL() 178 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N) { in SoftenFloatRes_FCOPYSIGN() [all …]
|
D | LegalizeIntegerTypes.cpp | 35 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 147 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 153 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 160 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 167 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 180 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 193 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic2(AtomicSDNode *N) { in PromoteIntRes_Atomic2() 206 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 263 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() 274 SDValue DAGTypeLegalizer::PromoteIntRes_BUILD_PAIR(SDNode *N) { in PromoteIntRes_BUILD_PAIR() [all …]
|
D | LegalizeVectorTypes.cpp | 33 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 128 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp() 135 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp() 143 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES() 149 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST() 155 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR() 165 SDValue DAGTypeLegalizer::ScalarizeVecRes_CONVERT_RNDSAT(SDNode *N) { in ScalarizeVecRes_CONVERT_RNDSAT() 176 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR() 182 SDValue DAGTypeLegalizer::ScalarizeVecRes_FP_ROUND(SDNode *N) { in ScalarizeVecRes_FP_ROUND() 189 SDValue DAGTypeLegalizer::ScalarizeVecRes_FPOWI(SDNode *N) { in ScalarizeVecRes_FPOWI() [all …]
|
D | LegalizeTypesGeneric.cpp | 33 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 39 void DAGTypeLegalizer::ExpandRes_BITCAST(SDNode *N, SDValue &Lo, SDValue &Hi) { in ExpandRes_BITCAST() 182 void DAGTypeLegalizer::ExpandRes_BUILD_PAIR(SDNode *N, SDValue &Lo, in ExpandRes_BUILD_PAIR() 189 void DAGTypeLegalizer::ExpandRes_EXTRACT_ELEMENT(SDNode *N, SDValue &Lo, in ExpandRes_EXTRACT_ELEMENT() 201 void DAGTypeLegalizer::ExpandRes_EXTRACT_VECTOR_ELT(SDNode *N, SDValue &Lo, in ExpandRes_EXTRACT_VECTOR_ELT() 245 void DAGTypeLegalizer::ExpandRes_NormalLoad(SDNode *N, SDValue &Lo, in ExpandRes_NormalLoad() 287 void DAGTypeLegalizer::ExpandRes_VAARG(SDNode *N, SDValue &Lo, SDValue &Hi) { in ExpandRes_VAARG() 312 SDValue DAGTypeLegalizer::ExpandOp_BITCAST(SDNode *N) { in ExpandOp_BITCAST() 341 SDValue DAGTypeLegalizer::ExpandOp_BUILD_VECTOR(SDNode *N) { in ExpandOp_BUILD_VECTOR() 375 SDValue DAGTypeLegalizer::ExpandOp_EXTRACT_ELEMENT(SDNode *N) { in ExpandOp_EXTRACT_ELEMENT() [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p2.cpp | 5 namespace N { namespace 13 namespace N { namespace 19 namespace N { namespace 23 namespace N { namespace
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 57 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 86 int N=A_stl.size(); in matrix_to_stl() local 96 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 100 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 108 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 112 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 44 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 71 int N=A_stl.size(); in matrix_to_stl() local 81 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 85 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 93 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 97 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 101 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 48 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 77 int N=A_stl.size(); in matrix_to_stl() local 87 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 104 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 108 static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in symv() 158 static EIGEN_DONT_INLINE void syr2(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in syr2() 164 static EIGEN_DONT_INLINE void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 169 static EIGEN_DONT_INLINE void rot(gene_vector & A, gene_vector & B, real c, real s, int N){ in rot() [all …]
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 45 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 68 int N=A_stl.size(); in matrix_to_stl() local 77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 91 …c inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product_slow() 95 …c inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product_slow() 99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow() 105 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 109 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 113 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() [all …]
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 17 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() 25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2() 29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 33 static inline void rot(gene_vector & A, gene_vector & B, SCALAR c, SCALAR s, int N){ in rot() 37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 41 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 45 …ne void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product() 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() [all …]
|
D | c_interface_base.h | 20 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 29 int N = A_stl.size(); in matrix_from_stl() local 37 int N = B_stl.size(); in vector_from_stl() local 44 int N = B_stl.size(); in vector_to_stl() local 50 int N = A_stl.size(); in matrix_to_stl() local 58 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 63 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 43 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 75 int N=A_stl.size(); in matrix_to_stl() local 84 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 103 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 107 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 115 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() 130 …ic inline void trisolve_lower(const gene_matrix & L, const gene_vector& B, gene_vector & X, int N){ in trisolve_lower() [all …]
|
/external/flac/libFLAC/ |
D | window.c | 51 const FLAC__int32 N = L - 1; in FLAC__window_bartlett() local 70 const FLAC__int32 N = L - 1; in FLAC__window_bartlett_hann() local 79 const FLAC__int32 N = L - 1; in FLAC__window_blackman() local 89 const FLAC__int32 N = L - 1; in FLAC__window_blackman_harris_4term_92db_sidelobe() local 98 const FLAC__int32 N = L - 1; in FLAC__window_connes() local 111 const FLAC__int32 N = L - 1; in FLAC__window_flattop() local 120 const FLAC__int32 N = L - 1; in FLAC__window_gauss() local 132 const FLAC__int32 N = L - 1; in FLAC__window_hamming() local 141 const FLAC__int32 N = L - 1; in FLAC__window_hann() local 150 const FLAC__int32 N = L - 1; in FLAC__window_kaiser_bessel() local [all …]
|
/external/clang/test/CodeGenCXX/ |
D | destructor-calls.cpp | 25 struct N : M, P { struct 26 N() { printf("N()\n"); iN = ++val; } in N() argument 27 ~N() { printf("~N(%d) val = %d\n", iN, --val); } in ~N() argument 28 int iN; argument 38 N n1; in main() argument
|
D | constructor-init.cpp | 28 struct N : M , P, Q { struct 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), in N() function 31 M m1; 32 M m2; 33 float f1; 34 int i1; 35 float d1; 36 void PR() { in PR() 60 N n1; in main() argument
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 381 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument 382 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument 383 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument 388 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument 389 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument 390 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument 395 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument 396 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument 397 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument 402 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument [all …]
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 47 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 68 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 75 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 94 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N) in aat_product() 112 …ne void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) in matrix_matrix_product() 125 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in matrix_vector_product() 136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in symv() 153 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in syr2() 162 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N) in ger() 171 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in atv_product() [all …]
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 46 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 68 int N = A_stl.size(); in matrix_to_stl() local 77 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 81 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 85 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 89 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 93 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 97 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_interface.hh | 50 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 77 int N=A_stl.size(); in matrix_to_stl() local 85 …ne void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) in matrix_matrix_product() 93 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N) in ata_product() 101 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N) in aat_product() 109 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in atv_product() 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) in axpy() 130 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 140 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector()
|
D | tiny_blitz_interface.hh | 49 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 70 int N = A_stl.size(); in matrix_to_stl() local 79 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 85 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 91 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 95 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 99 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 53 def getNthPairInfo(N): argument 79 def getNthPair(N): argument 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument 161 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False): argument 179 def getNthTupleChecked(N, maxSize=aleph0, maxElement=aleph0, argument 188 def getNthPairVariableBounds(N, bounds): argument 221 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds): argument
|
/external/clang/lib/Basic/ |
D | Module.cpp | 75 for (unsigned I = 0, N = Current->Requires.size(); I != N; ++I) { in isAvailable() local 185 for (unsigned I = 0, N = Id.size(); I != N; ++I) { in printModuleId() local 196 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in getExportedModules() local 224 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in getExportedModules() local 263 for (unsigned I = 0, N = Requires.size(); I != N; ++I) { in print() local 283 for (unsigned I = 0, N = Headers.size(); I != N; ++I) { in print() local 290 for (unsigned I = 0, N = ExcludedHeaders.size(); I != N; ++I) { in print() local 301 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in print() local 314 for (unsigned I = 0, N = UnresolvedExports.size(); I != N; ++I) { in print() local 327 for (unsigned I = 0, N = LinkLibraries.size(); I != N; ++I) { in print() local
|
/external/harfbuzz_ng/src/ |
D | hb-atomic-private.hh | 54 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N… argument 71 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), … argument 74 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (… argument 76 #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (… argument 87 #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) argument 99 #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P),… argument 109 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volati… argument 118 #define hb_atomic_ptr_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (void *)… argument
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
D | p3.cpp | 9 namespace N { namespace 22 namespace N { struct S1 { struct IS1; }; } namespace 23 namespace N { namespace 56 namespace N { namespace
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p3.cpp | 3 namespace N { namespace 13 namespace N { namespace
|