Home
last modified time | relevance | path

Searched defs:C (Results 26 – 50 of 3467) sorted by relevance

12345678910>>...139

/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
Dgrouping.pass.cpp33 typedef char C; in main() typedef
38 typedef wchar_t C; in main() typedef
46 typedef char C; in main() typedef
51 typedef wchar_t C; in main() typedef
64 typedef char C; in main() typedef
69 typedef wchar_t C; in main() typedef
Dthousands_sep.pass.cpp35 typedef char C; in main() typedef
40 typedef wchar_t C; in main() typedef
48 typedef char C; in main() typedef
53 typedef wchar_t C; in main() typedef
73 typedef char C; in main() typedef
83 typedef wchar_t C; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Dswap_noexcept.pass.cpp126 typedef std::unordered_multimap<MoveOnly, MoveOnly> C; in main() typedef
132 std::equal_to<MoveOnly>, test_allocator<V>> C; in main() typedef
137 std::equal_to<MoveOnly>, other_allocator<V>> C; in main() typedef
142 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef
147 some_comp<MoveOnly>> C; in main() typedef
153 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C; in main() typedef
157 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<V>> C; in main() typedef
161 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C; in main() typedef
165 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<V>> C; in main() typedef
169 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C; in main() typedef
[all …]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp127 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() typedef
133 std::equal_to<MoveOnly>, test_allocator<MapType>> C; in main() typedef
138 std::equal_to<MoveOnly>, other_allocator<MapType>> C; in main() typedef
143 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() typedef
148 some_comp<MoveOnly>> C; in main() typedef
154 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() typedef
158 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C; in main() typedef
162 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main() typedef
166 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MapType>> C; in main() typedef
170 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() typedef
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetFolder.h36 Constant *Fold(Constant *C) const { in Fold()
122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
125 Constant *CreateNot(Constant *C) const { in CreateNot()
133 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr()
137 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr()
143 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr()
148 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr()
152 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr()
158 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr()
167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
[all …]
DConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
113 Constant *CreateNot(Constant *C) const { in CreateNot()
121 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr()
125 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr()
131 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr()
136 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr()
140 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr()
146 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr()
155 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
[all …]
/external/llvm/include/llvm/IR/
DConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
113 Constant *CreateNot(Constant *C) const { in CreateNot()
121 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
125 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
131 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
136 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
140 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
147 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
156 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h130 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
134 Constant *CreateNot(Constant *C) const { in CreateNot()
142 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
147 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
154 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
159 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
164 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
172 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
181 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
186 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
[all …]
/external/llvm/include/llvm/Analysis/
DTargetFolder.h36 Constant *Fold(Constant *C) const { in Fold()
122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
125 Constant *CreateNot(Constant *C) const { in CreateNot()
133 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
137 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
143 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
148 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
152 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
159 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
[all …]
/external/clang/INPUTS/
Dc99-intconst-1.c10 #define ASSERT_CONST_TYPE(C, T) \ argument
78 #define C99_UNSUF_DEC_TYPE(C) \ argument
82 #define C99_UNSUF_OCTHEX_TYPE(C) \ argument
89 #define C99_SUFu_TYPE(C) \ argument
93 #define C99_SUFl_DEC_TYPE(C) \ argument
96 #define C99_SUFl_OCTHEX_TYPE(C) \ argument
101 #define C99_SUFul_TYPE(C) \ argument
104 #define C99_SUFll_OCTHEX_TYPE(C) \ argument
109 #define CHECK_UNSUF_DEC_TYPE(C) ASSERT_CONST_TYPE((C), C99_UNSUF_DEC_TYPE((C))) argument
110 #define CHECK_UNSUF_OCTHEX_TYPE(C) \ argument
[all …]
/external/libcxx/test/std/localization/locale.stdcvt/
Dcodecvt_utf8_max_length.pass.cpp28 typedef std::codecvt_utf8<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf8<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf8<char16_t> C; in main() typedef
46 typedef std::codecvt_utf8<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf8<char32_t> C; in main() typedef
58 typedef std::codecvt_utf8<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
Dcodecvt_utf8_utf16_max_length.pass.cpp28 typedef std::codecvt_utf8_utf16<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf8_utf16<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf8_utf16<char16_t> C; in main() typedef
46 typedef std::codecvt_utf8_utf16<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf8_utf16<char32_t> C; in main() typedef
58 typedef std::codecvt_utf8_utf16<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
Dcodecvt_utf16_max_length.pass.cpp28 typedef std::codecvt_utf16<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf16<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf16<char16_t> C; in main() typedef
46 typedef std::codecvt_utf16<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf16<char32_t> C; in main() typedef
58 typedef std::codecvt_utf16<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
Dcodecvt_utf8_utf16_length.pass.cpp29 typedef std::codecvt_utf8_utf16<wchar_t> C; in main() typedef
52 typedef std::codecvt_utf8_utf16<wchar_t, 0x1000> C; in main() typedef
75 typedef std::codecvt_utf8_utf16<wchar_t, 0x10ffff, std::consume_header> C; in main() typedef
98 typedef std::codecvt_utf8_utf16<char32_t> C; in main() typedef
121 typedef std::codecvt_utf8_utf16<char32_t, 0x1000> C; in main() typedef
144 typedef std::codecvt_utf8_utf16<char32_t, 0x10ffff, std::consume_header> C; in main() typedef
167 typedef std::codecvt_utf8_utf16<char16_t> C; in main() typedef
190 typedef std::codecvt_utf8_utf16<char16_t, 0x1000> C; in main() typedef
213 typedef std::codecvt_utf8_utf16<char16_t, 0x10ffff, std::consume_header> C; in main() typedef
Dcodecvt_utf8_length.pass.cpp29 typedef std::codecvt_utf8<wchar_t> C; in main() typedef
52 typedef std::codecvt_utf8<wchar_t, 0x1000> C; in main() typedef
75 typedef std::codecvt_utf8<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
101 typedef std::codecvt_utf8<char32_t> C; in main() typedef
124 typedef std::codecvt_utf8<char32_t, 0x1000> C; in main() typedef
147 typedef std::codecvt_utf8<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
173 typedef std::codecvt_utf8<char16_t> C; in main() typedef
196 typedef std::codecvt_utf8<char16_t, 0x1000> C; in main() typedef
219 typedef std::codecvt_utf8<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Dswap_noexcept.pass.cpp125 typedef std::unordered_multiset<MoveOnly> C; in main() typedef
131 std::equal_to<MoveOnly>, test_allocator<MoveOnly>> C; in main() typedef
136 std::equal_to<MoveOnly>, other_allocator<MoveOnly>> C; in main() typedef
141 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C; in main() typedef
146 some_comp<MoveOnly>> C; in main() typedef
152 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
156 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() typedef
160 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
164 …::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main() typedef
168 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
[all …]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp125 typedef std::unordered_set<MoveOnly> C; in main() typedef
131 std::equal_to<MoveOnly>, test_allocator<MoveOnly>> C; in main() typedef
136 std::equal_to<MoveOnly>, other_allocator<MoveOnly>> C; in main() typedef
141 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main() typedef
146 some_comp<MoveOnly>> C; in main() typedef
152 …f std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
156 …f std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOnly>> C; in main() typedef
160 …f std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
164 …f std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOnly>> C; in main() typedef
168 … std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() typedef
[all …]
/external/libcxx/test/std/containers/sequences/list/
Diterators.pass.cpp36 typedef std::list<T> C; in main() typedef
45 typedef std::list<T> C; in main() typedef
54 typedef std::list<T> C; in main() typedef
64 typedef std::list<T> C; in main() typedef
77 typedef std::list<T> C; in main() typedef
84 typedef std::list<T, min_allocator<T>> C; in main() typedef
93 typedef std::list<T, min_allocator<T>> C; in main() typedef
102 typedef std::list<T, min_allocator<T>> C; in main() typedef
112 typedef std::list<T, min_allocator<T>> C; in main() typedef
125 typedef std::list<T, min_allocator<T>> C; in main() typedef
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
Diterators.pass.cpp30 typedef std::forward_list<T> C; in main() typedef
39 typedef std::forward_list<T> C; in main() typedef
48 typedef std::forward_list<T> C; in main() typedef
58 typedef std::forward_list<T> C; in main() typedef
71 typedef std::forward_list<T> C; in main() typedef
78 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
87 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
96 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
106 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
119 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
/external/llvm/lib/IR/
DType.cpp26 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
154 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
155 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
156 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
157 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
158 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
159 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
160 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
161 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty()
162 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
[all …]
/external/clang/lib/Index/
DCommentToXML.cpp97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
269 const InlineCommandComment *C) { in visitInlineCommandComment()
309 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
314 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
319 const ParagraphComment *C) { in visitParagraphComment()
332 const BlockCommandComment *C) { in visitBlockCommandComment()
352 const ParamCommandComment *C) { in visitParamCommandComment()
384 const TParamCommandComment *C) { in visitTParamCommandComment()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/
DPassBuilder.h423 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
437 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
447 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
457 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
468 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
479 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
489 const std::function<void(ModulePassManager &)> &C) { in registerPipelineStartEPCallback()
496 const std::function<bool(StringRef Name, AAManager &AA)> &C) { in registerParseAACallback()
504 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
508 const std::function<void(FunctionAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
[all …]
/external/clang/test/CXX/class/class.local/
Dp1-0x.cpp6 struct C { in f() struct
7 …nt& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} in f()
8 int cc = c; in f()
12 struct C { in f() struct
13 …2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} in f()
/external/skqp/tests/
DGrAllocatorTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() function
14 C(int id) : fID(id) { ++gInstCnt; } in C() argument
15 ~C() { --gInstCnt; } in ~C()
16 int fID;
18 static int gInstCnt;
/external/skia/tests/
DGrAllocatorTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() function
14 C(int id) : fID(id) { ++gInstCnt; } in C() function
15 ~C() { --gInstCnt; } in ~C()
16 int fID;
18 static int gInstCnt;

12345678910>>...139