Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 7190) sorted by relevance

12345678910>>...288

/aosp_15_r20/external/ltp/doc/old/
H A DC-Test-API.asciidoc12 1.1 Basic test structure
216 1.2 Basic test interface
424 1.3 Test temporary directory
439 1.4 Safe macros
478 1.5 Test specific command line options
557 1.6 Runtime kernel version detection
611 1.7 Fork()-ing
627 1.8 Doing the test in the child process
720 1.9 Fork() and Parent-child synchronization
802 1.10 Signals and signal handlers
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py31 class C: class
39 class C: class
47 class C: class
57 class C: class
82 class C: class
87 C: C = field() variable in TestCase.test_recursive_annotation.D
93 class C: class
101 class C: class
113 class C: class
126 class C(B): class
[all …]
Dtest_copy.py32 class C(object): class
43 class C(object): class
59 class C(object): class
72 class C(object): class
83 class C(object): class
165 class C: class
174 class C: class
185 class C: class
196 class C(int): class
213 class C(int): class
[all …]
/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp58 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
112 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
125 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
165 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
230 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
244 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
[all …]
H A DOpenMPClause.cpp32 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
37 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
100 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()
105 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
172 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
203 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
252 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DType.cpp36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
83 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy()
224 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
225 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
226 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
227 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy()
228 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
229 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
230 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
231 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp20 template <int itval, Enum etval> struct C { struct
21 enum E {
35 b1 : 1,
36 b2 : eval,
37 b3 : cval,
38 b4 : ceval,
39 b5 : Struct::sval,
40 b6 : Struct::seval,
41 b7 : itval,
42 b8 : etval,
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
94 static Cursor skipComment(Cursor C) { in skipComment()
104 static Cursor skipMachineOperandComment(Cursor C) { in skipMachineOperandComment()
118 static bool isIdentifierChar(char C) { in isIdentifierChar()
128 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
154 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
168 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
286 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
298 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
[all …]
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.cpp37 CXCursor C = { K, 0, { nullptr, nullptr, TU } }; in MakeCXCursorInvalid() local
72 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor() local
96 CXCursor C = { K, SelectorIdIndex, in MakeCXCursor() local
101 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }}; in MakeCXCursor() local
531 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
651 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
660 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local
665 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local
681 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp90 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
96 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
99 static Cursor skipComment(Cursor C) { in skipComment()
109 static bool isIdentifierChar(char C) { in isIdentifierChar()
119 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
145 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
159 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
261 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
273 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
[all …]
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCChannel.h56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage()
63 inline Error endSendMessage(RPCChannel &C) { in endSendMessage()
70 inline Error startReceiveMessage(RPCChannel &C) { in startReceiveMessage()
77 inline Error endReceiveMessage(RPCChannel &C) { in endReceiveMessage()
84 Error serializeSeq(RPCChannel &C, const T &Arg, const Ts &... Args) { in serializeSeq()
91 inline Error serializeSeq(RPCChannel &C) { return Error::success(); } in serializeSeq()
95 Error deserializeSeq(RPCChannel &C, T &Arg, Ts &... Args) { in deserializeSeq()
102 inline Error deserializeSeq(RPCChannel &C) { return Error::success(); } in deserializeSeq()
112 serialize(RPCChannel &C, T V) { in serialize()
125 deserialize(RPCChannel &C, T &V) { in deserialize()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp303 for (auto &C : PeepholeEPCallbacks) in invokePeepholeEPCallbacks() local
387 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildO1FunctionSimplificationPipeline() local
406 for (auto &C : LoopOptimizerEndEPCallbacks) in buildO1FunctionSimplificationPipeline() local
448 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildO1FunctionSimplificationPipeline() local
572 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildFunctionSimplificationPipeline() local
591 for (auto &C : LoopOptimizerEndEPCallbacks) in buildFunctionSimplificationPipeline() local
664 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildFunctionSimplificationPipeline() local
856 for (auto &C : CGSCCOptimizerLateEPCallbacks) in buildInlinerPipeline() local
1012 for (auto &C : PipelineEarlySimplificationEPCallbacks) in buildModuleSimplificationPipeline() local
1285 for (auto &C : OptimizerEarlyEPCallbacks) in buildModuleOptimizationPipeline() local
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
94 static Cursor skipComment(Cursor C) { in skipComment()
104 static bool isIdentifierChar(char C) { in isIdentifierChar()
114 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
140 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
154 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
176 static Cursor maybeLexIntegerType(Cursor C, MIToken &Token) { in maybeLexIntegerType()
233 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
245 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vbtables.cpp9 struct C : virtual A { int c; }; struct
33 struct C : virtual A { int c; }; struct
54 struct C : virtual A, virtual B { int c; }; argument
64 struct C : B, virtual A { int c; }; argument
76 struct C : B { int c; }; argument
90 struct C : B { int c; }; argument
119 struct C { int c; }; struct
132 struct C : B { int c; }; argument
147 struct C : virtual B { int c; }; argument
169 struct C : virtual A { int c; }; argument
[all …]
H A Dvtable-layout.cpp182 struct C : A { struct
243 struct C { struct
341 struct C : B1, B2 { struct
374 struct C : A1, A2 { struct
394 struct C { virtual void c(); }; struct
501 struct C : B { struct
531 struct C : virtual B { struct
625 struct C : virtual B, virtual A { struct
642 struct C : virtual B { }; struct
670 struct C : virtual B { }; struct
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h248 static Error emitSeparator(ChannelT &C) { return Error::success(); } in emitSeparator()
249 static Error consumeSeparator(ChannelT &C) { return Error::success(); } in consumeSeparator()
267 static Error serialize(ChannelT &C) { return Error::success(); } in serialize()
268 static Error deserialize(ChannelT &C) { return Error::success(); } in deserialize()
276 static Error serialize(ChannelT &C, CArgT &&CArg) { in serialize()
283 static Error deserialize(ChannelT &C, CArgT &CArg) { in deserialize()
293 static Error serialize(ChannelT &C, CArgT &&CArg, in serialize()
306 static Error deserialize(ChannelT &C, CArgT &CArg, in deserialize()
318 Error serializeSeq(ChannelT &C, ArgTs &&... Args) { in serializeSeq()
324 Error deserializeSeq(ChannelT &C, ArgTs &... Args) { in deserializeSeq()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
165 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
167 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
168 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
169 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
170 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
171 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
172 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty()
173 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A 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 …]
/aosp_15_r20/external/clang/lib/Index/
H A 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 …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_copy.py26 class C(object): class
37 class C(object): class
50 class C(object): class
60 class C(object): class
68 class C(object): class
147 class C: class
156 class C: class
167 class C: class
178 class C: class
189 class C: class
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
H A DPassBuilder.h389 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
403 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
413 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
423 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
434 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
445 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
455 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback()
464 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineEarlySimplificationEPCallback()
473 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerEarlyEPCallback()
482 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Passes/
DPassBuilder.h382 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
396 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
406 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
416 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
427 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
438 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
448 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback()
457 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineEarlySimplificationEPCallback()
466 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerEarlyEPCallback()
475 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h35 Constant *Fold(Constant *C) const { in Fold()
120 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
123 Constant *CreateNot(Constant *C) const { in CreateNot()
127 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
135 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
139 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
150 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
154 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
161 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSwapByteOrder.h98 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes()
99 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes()
100 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes()
102 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
103 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
105 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
106 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
109 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
110 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
112 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h129 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
133 Constant *CreateNot(Constant *C) const { in CreateNot()
137 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
150 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
157 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
162 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
167 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
175 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
184 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
[all …]

12345678910>>...288