Searched defs:Target (Results 201 - 225 of 305) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp580 static const char *ScanFormat(const char *I, const char *E, char Target) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp188 void Preprocessor::Initialize(const TargetInfo &Target, argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp770 SVal Target; local
H A DExprEngineCXX.cpp592 SVal Target = UnknownVal(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h878 AnyCXXConstructorCall(const Expr *E, const MemRegion *Target, argument
922 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, argument
837 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBaseDestructor, ProgramStateRef St, const LocationContext *LCtx, CFGBlock::ConstCFGElementRef ElemRef) argument
980 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *CE, const MemRegion *Target, ProgramStateRef St, const LocationContext *LCtx, CFGBlock::ConstCFGElementRef ElemRef) argument
1362 getCXXConstructorCall(const CXXConstructExpr *E, const MemRegion *Target, ProgramStateRef State, const LocationContext *LCtx, CFGBlock::ConstCFGElementRef ElemRef) argument
1369 getCXXInheritedConstructorCall(const CXXInheritedCtorInitExpr *E, const MemRegion *Target, ProgramStateRef State, const LocationContext *LCtx, CFGBlock::ConstCFGElementRef ElemRef) argument
1377 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBase, ProgramStateRef State, const LocationContext *LCtx, CFGBlock::ConstCFGElementRef ElemRef) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp683 const auto *Target = CE->getArg(0)->IgnoreImpCasts(), local
H A DDynamicTypePropagation.cpp290 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion(); local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp643 const Stmt *Target; member in class:__anon716::StmtUSEFinder
649 static bool isContained(const Stmt *Target, const Decl *D) { argument
H A DSemaExceptionSpec.cpp877 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
897 CheckParamExceptionSpec( const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Target, bool SkipTargetFirstParameter, SourceLocation TargetLoc, const FunctionProtoType *Source, bool SkipSourceFirstParameter, SourceLocation SourceLoc) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h81 ParsedClangName(std::string Target, std::string Suffix, const char *Mode, argument
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp828 serializeRelationship(RelationshipKind Kind, SymbolReference Source, SymbolReference Target) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp84 MachineOperand *Target; // Operand that would be used in converted instruction member in class:__anon2337::SDWAOperand
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1170 auto Target = OutContext.createTempSymbol(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp443 adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, uint64_t Value, bool IsResolved, MCContext &Ctx, const MCSubtargetInfo* STI) const argument
911 shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, const MCSubtargetInfo *STI) argument
1083 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsResolved, const MCSubtargetInfo* STI) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp281 Register Target = MI.getOperand(0).getReg(); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp56 std::unique_ptr<PerTargetMIParsingState> Target; member in class:llvm::MIRParserImpl
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h154 class Target { class in namespace:llvm
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h262 enum class OMPInteropType { Unknown, Target, TargetSync }; member in class:llvm::omp::OMPInteropType
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1514 Instruction *Target = DE.getResult().getInst(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp84 Constant *Target; member in struct:__anon3021::WorklistEntry::AliasOrIFuncTy
935 Constant *Target = mapConstant(E.Data.AliasOrIFunc.Target); local
H A DSampleProfileInference.cpp577 uint64_t Target; member in class:__anon3007::MinCostMaxFlow
683 findShortestPath(uint64_t Source, uint64_t Target) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp731 CodeGenTarget &Target; member in class:__anon3121::AsmMatcherInfo
[all...]
H A DAsmWriterEmitter.cpp59 CodeGenTarget Target; member in class:__anon3124::AsmWriterEmitter
[all...]
H A DRegisterInfoEmitter.cpp59 CodeGenTarget Target; member in class:__anon3162::RegisterInfoEmitter
104 runEnums(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &Bank) argument
871 runMCDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1120 runTargetHeader(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1203 runTargetDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp697 Expected<TargetInfo> Target = local

Completed in 712 milliseconds

1234567891011>>