Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h35 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local
36 delete V; in ~TinyPtrVector() local
40 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() local
85 if (VecTy *V = Val.template dyn_cast<VecTy*>()) { variable
91 delete V; variable
159 if (EltTy V = Val.template dyn_cast<EltTy>()) { variable
171 if (EltTy V = Val.template dyn_cast<EltTy>()) in front() local
178 if (EltTy V = Val.template dyn_cast<EltTy>()) in back() local
193 if (EltTy V = Val.template dyn_cast<EltTy>()) { in push_back() local
259 if (EltTy V = Val.template dyn_cast<EltTy>()) { in insert() local
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h197 static bool isKind(const SVal& V) { in isKind()
219 static bool isKind(const SVal& V) { in isKind()
230 static bool isKind(const SVal &V) { in isKind()
248 static bool isKind(const SVal& V) { in isKind()
258 static bool isKind(const SVal &V) { in isKind()
262 KnownSVal(const DefinedSVal &V) : SVal(V) {} in KnownSVal()
263 KnownSVal(const UndefinedVal &V) : SVal(V) {} in KnownSVal()
277 static bool isKind(const SVal& V) { in isKind()
298 static bool isKind(const SVal& V) { in isKind()
328 static bool isKind(const SVal& V) { in isKind()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/map/map.access/
H A Dat.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
58 typedef std::pair<const int, double> V; in main() typedef
90 typedef std::pair<const int, double> V; in main() typedef
123 typedef std::pair<const int, double> V; in main() typedef
H A Dindex_key.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
51 typedef std::pair<const int, double> V; in main() typedef
79 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/map/map.access/
H A Dat.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
58 typedef std::pair<const int, double> V; in main() typedef
90 typedef std::pair<const int, double> V; in main() typedef
123 typedef std::pair<const int, double> V; in main() typedef
H A Dindex_key.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
51 typedef std::pair<const int, double> V; in main() typedef
79 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2007-04-13-InlineAsmStruct2.c3 struct V { short X, Y; }; struct
H A D2007-04-11-InlineAsmStruct.c3 struct V { short X, Y; }; argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h54 static inline bool classof(const Value *V) { in classof()
73 static inline bool classof(const Value *V) { in classof()
98 static inline bool classof(const Value *V) { in classof()
126 static inline bool classof(const Value *V) { in classof()
185 void setVolatile(Constant* V) { in setVolatile()
203 static inline bool classof(const Value *V) { in classof()
228 static inline bool classof(const Value *V) { in classof()
263 static inline bool classof(const Value *V) { in classof()
277 static inline bool classof(const Value *V) { in classof()
290 static inline bool classof(const Value *V) { in classof()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/map/map.cons/
H A Diter_iter_comp_alloc.pass.cpp28 typedef std::pair<const int, double> V; in main() typedef
54 typedef std::pair<const int, double> V; in main() typedef
80 typedef std::pair<const int, double> V; in main() typedef
93 typedef std::pair<const int, double> V; in main() typedef
H A Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
61 typedef std::pair<const int, double> V; in main() typedef
76 typedef std::pair<const int, double> V; in main() typedef
112 typedef std::pair<const int, double> V; in main() typedef
147 typedef std::pair<const int, double> V; in main() typedef
H A Dinitializer_list_compare_alloc.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
50 typedef std::pair<const int, double> V; in main() typedef
74 typedef std::pair<const int, double> V; in main() typedef
H A Dinitializer_list.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
46 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/map/map.cons/
H A Diter_iter_comp_alloc.pass.cpp28 typedef std::pair<const int, double> V; in main() typedef
54 typedef std::pair<const int, double> V; in main() typedef
80 typedef std::pair<const int, double> V; in main() typedef
93 typedef std::pair<const int, double> V; in main() typedef
H A Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
61 typedef std::pair<const int, double> V; in main() typedef
76 typedef std::pair<const int, double> V; in main() typedef
112 typedef std::pair<const int, double> V; in main() typedef
147 typedef std::pair<const int, double> V; in main() typedef
H A Dinitializer_list_compare_alloc.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
50 typedef std::pair<const int, double> V; in main() typedef
74 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Darray-operator-delete-call.cpp16 struct V { struct
17 V() : iV (++count) { printf("V::V(%d)\n", iV); } in V() argument
18 virtual ~V() { printf("V::~V(%d)\n", iV); } in ~V() argument
19 int iV; argument
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multimap/multimap.cons/
H A Diter_iter.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
53 typedef std::pair<const int, double> V; in main() typedef
81 typedef std::pair<const int, double> V; in main() typedef
H A Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
52 typedef std::pair<const int, double> V; in main() typedef
72 typedef std::pair<const int, double> V; in main() typedef
99 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Diter_iter.pass.cpp25 typedef std::pair<const int, double> V; in main() typedef
53 typedef std::pair<const int, double> V; in main() typedef
81 typedef std::pair<const int, double> V; in main() typedef
H A Dcopy_assign.pass.cpp26 typedef std::pair<const int, double> V; in main() typedef
52 typedef std::pair<const int, double> V; in main() typedef
72 typedef std::pair<const int, double> V; in main() typedef
99 typedef std::pair<const int, double> V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Dinitializer_list.pass.cpp26 typedef C::value_type V; in main() typedef
42 typedef C::value_type V; in main() typedef
57 typedef C::value_type V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multiset/multiset.cons/
H A Dinitializer_list.pass.cpp26 typedef C::value_type V; in main() typedef
42 typedef C::value_type V; in main() typedef
57 typedef C::value_type V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/
H A Dcount.pass.cpp25 typedef int V; in main() typedef
60 typedef int V; in main() typedef
96 typedef int V; in main() typedef
129 typedef PrivateConstructor V; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/set/
H A Dcount.pass.cpp25 typedef int V; in main() typedef
61 typedef int V; in main() typedef
98 typedef int V; in main() typedef
133 typedef PrivateConstructor V; in main() typedef

12345678910>>...32