Home
last modified time | relevance | path

Searched defs:Ctx (Results 1 – 25 of 780) sorted by relevance

12345678910>>...32

/external/syzkaller/dashboard/app/
Dutil_test.go36 type Ctx struct { struct
37 t *testing.T
38 inst aetest.Instance
39 ctx context.Context
40 mockedTime time.Time
41 emailSink chan *aemail.Message
42 client *apiClient
43 client2 *apiClient
73 func (c *Ctx) expectOK(err error) {
79 func (c *Ctx) expectFail(msg string, err error) {
[all …]
Drepro_test.go157 func normalCrash(c *Ctx) *dashapi.Crash {
163 func dupCrash(c *Ctx) *dashapi.Crash {
174 func closedCrash(c *Ctx) *dashapi.Crash {
178 func closedWithReproCrash(c *Ctx) *dashapi.Crash {
182 func closedCrashImpl(c *Ctx, withRepro bool) *dashapi.Crash {
/external/compiler-rt/test/tsan/
Dcond_race.cc8 struct Ctx { struct
15 Ctx *c = (Ctx*)p; in thr() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp70 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
84 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
91 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
98 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
108 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
118 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
128 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
135 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
142 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h194 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) { in Create()
250 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) { in CreateLNot()
253 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) { in CreateMinus()
256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { in CreateNot()
259 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx) { in CreatePlus()
323 MCContext &Ctx) { in CreateAdd()
327 MCContext &Ctx) { in CreateAnd()
331 MCContext &Ctx) { in CreateDiv()
335 MCContext &Ctx) { in CreateEQ()
339 MCContext &Ctx) { in CreateGT()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DSelectorExtras.h19 static inline Selector getKeywordSelectorImpl(ASTContext &Ctx, in getKeywordSelectorImpl()
31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) { in getKeywordSelector()
38 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector()
48 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
58 static inline void lazyInitNullarySelector(Selector &Sel, ASTContext &Ctx, in lazyInitNullarySelector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp39 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width()
58 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width()
77 MCContext *Ctx = nullptr) { in adjustBranch()
88 MCContext *Ctx = nullptr) { in adjustRelativeBranch()
106 MCContext *Ctx = nullptr) { in fixup_call()
122 MCContext *Ctx = nullptr) { in fixup_7_pcrel()
136 MCContext *Ctx = nullptr) { in fixup_13_pcrel()
149 MCContext *Ctx = nullptr) { in fixup_6_adiw()
160 MCContext *Ctx = nullptr) { in fixup_port5()
173 MCContext *Ctx = nullptr) { in fixup_port6()
[all …]
/external/clang/lib/AST/
DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
413 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
441 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
458 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
515 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
550 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
582 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
655 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp72 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
106 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
132 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
202 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
228 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
281 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
355 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
371 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
384 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.h36 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall()
42 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
47 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit()
/external/llvm/include/llvm/MC/
DMCExpr.h293 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
352 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) { in createLNot()
355 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) { in createMinus()
358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot()
361 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx) { in createPlus()
425 MCContext &Ctx) { in createAdd()
429 MCContext &Ctx) { in createAnd()
433 MCContext &Ctx) { in createDiv()
437 MCContext &Ctx) { in createEQ()
441 MCContext &Ctx) { in createGT()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp197 MCContext &Ctx, const MCInstrInfo &MII, in InstrumentAndEmitInstruction()
294 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) { in InstrumentMemOperand()
308 MCContext &Ctx, MCStreamer &Out) { in InstrumentMOVSBase()
362 MCContext &Ctx, const MCInstrInfo &MII, in InstrumentMOVS()
388 OperandVector &Operands, MCContext &Ctx, in InstrumentMOV()
446 unsigned Reg, MCContext &Ctx, in ComputeMemOperandAddress()
480 MCContext &Ctx, int64_t *Residue) { in AddDisplacement()
516 unsigned GetFrameReg(const MCContext &Ctx, MCStreamer &Out) { in GetFrameReg()
544 MCContext &Ctx, in InstrumentMemOperandPrologue()
574 MCContext &Ctx, in InstrumentMemOperandEpilogue()
[all …]
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp186 MCContext &Ctx, in InstrumentAndEmitInstruction()
281 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) { in InstrumentMemOperand()
295 MCContext &Ctx, MCStreamer &Out) { in InstrumentMOVSBase()
349 MCContext &Ctx, const MCInstrInfo &MII, in InstrumentMOVS()
375 OperandVector &Operands, MCContext &Ctx, in InstrumentMOV()
433 unsigned Reg, MCContext &Ctx, in ComputeMemOperandAddress()
467 MCContext &Ctx, int64_t *Residue) { in AddDisplacement()
503 unsigned GetFrameReg(const MCContext &Ctx, MCStreamer &Out) { in GetFrameReg()
531 MCContext &Ctx, in InstrumentMemOperandPrologue()
561 MCContext &Ctx, in InstrumentMemOperandEpilogue()
[all …]
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp24 LLVMContext Ctx; in TEST() local
37 LLVMContext Ctx; in TEST() local
50 LLVMContext Ctx; in TEST() local
69 LLVMContext Ctx; in TEST() local
120 LLVMContext Ctx; in TEST() local
156 LLVMContext Ctx; in TEST() local
280 LLVMContext Ctx; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/
DAsmParserTest.cpp24 LLVMContext Ctx; in TEST() local
37 LLVMContext Ctx; in TEST() local
50 LLVMContext Ctx; in TEST() local
69 LLVMContext Ctx; in TEST() local
120 LLVMContext Ctx; in TEST() local
156 LLVMContext Ctx; in TEST() local
280 LLVMContext Ctx; in TEST() local
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp73 MCSection *getHSATextSection(MCContext &Ctx) { in getHSATextSection()
81 MCSection *getHSADataGlobalAgentSection(MCContext &Ctx) { in getHSADataGlobalAgentSection()
88 MCSection *getHSADataGlobalProgramSection(MCContext &Ctx) { in getHSADataGlobalProgramSection()
94 MCSection *getHSARodataReadonlyAgentSection(MCContext &Ctx) { in getHSARodataReadonlyAgentSection()
119 LLVMContext &Ctx = F.getContext(); in getIntegerAttribute() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp69 X86FreeBSDTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
76 X86FuchsiaTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
83 X86LinuxNaClTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
89 void X86SolarisTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCExpr.h321 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
460 MCContext &Ctx) { in createAdd()
465 MCContext &Ctx) { in createAnd()
470 MCContext &Ctx) { in createDiv()
475 MCContext &Ctx) { in createEQ()
480 MCContext &Ctx) { in createGT()
485 MCContext &Ctx) { in createGTE()
490 MCContext &Ctx) { in createLAnd()
495 MCContext &Ctx) { in createLOr()
500 MCContext &Ctx) { in createLT()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
29 MCContext &Ctx) { in createMCRelocationInfo()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp102 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
152 CallingContext *Ctx) { in translateAttrExpr()
198 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate()
267 CallingContext *Ctx) { in translateDeclRefExpr()
291 CallingContext *Ctx) { in translateCXXThisExpr()
335 CallingContext *Ctx) { in translateMemberExpr()
351 CallingContext *Ctx, in translateCallExpr()
376 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
391 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
405 CallingContext *Ctx) { in translateUnaryOperator()
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) in MCRelocationInfo()
32 MCContext &Ctx) { in createMCRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp22 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
165 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
281 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
305 void Dumper::printData(const Context &Ctx) { in printData()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
165 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
281 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
305 void Dumper::printData(const Context &Ctx) { in printData()

12345678910>>...32