/llvm-project/offload/DeviceRTL/src/ |
H A D | LibC.cpp | 22 omp_vprintf(const char * Format,void * Arguments,uint32_t) omp_vprintf() argument 36 omp_vprintf(const char * Format,void * Arguments,uint32_t Size) omp_vprintf() argument 43 omp_vprintf(const char * Format,void * Arguments,uint32_t) omp_vprintf() argument 70 __llvm_omp_vprintf(const char * Format,void * Arguments,uint32_t Size) __llvm_omp_vprintf() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.h | 28 virtual bool Format(char *buffer, uptr size) { in Format() function 78 inline bool FlagHandler<bool>::Format(char *buffer, uptr size) { in Format() function 99 inline bool FlagHandler<HandleSignalMode>::Format(char *buffer, uptr size) { in Format() function 111 inline bool FlagHandler<const char *>::Format(char *buffer, uptr size) { in Format() function 125 inline bool FlagHandler<int>::Format(char *buffer, uptr size) { in Format() function 140 inline bool FlagHandler<uptr>::Format(char *buffer, uptr size) { in Format() function 155 inline bool FlagHandler<s64>::Format(char *buffer, uptr size) { in Format() function
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffLog.h | 35 StringRef Format; variable 40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder()
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | Operations.md | 682 DirectivesOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument 769 LiteralsOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument 801 VariablesOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument 810 Custom DirectivesOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument 910 Optional GroupsOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument 1013 RequirementsOperation Definition Specification (ODS)""Operation Definition""Declarative Assembly Format global() argument
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | PCHContainerOperations.h | 106 const PCHContainerWriter *getWriterOrNull(llvm::StringRef Format) { in getWriterOrNull() 109 const PCHContainerReader *getReaderOrNull(llvm::StringRef Format) { in getReaderOrNull()
|
/llvm-project/libc/benchmarks/distributions/ |
H A D | README.md | 9 ## Format section in Size distributions for memory functions under specific workloads
|
/llvm-project/clang/docs/ |
H A D | SanitizerSpecialCaseList.rst | 51 Format global() chapter
|
H A D | JSONCompilationDatabase.rst | 54 Format chapter
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.cpp | 17 ScanningMode Mode, ScanningOutputFormat Format, in DependencyScanningService() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 107 void ScopedString::vappend(const char *Format, va_list &Args) { in vappend() 225 void ScopedString::append(const char *Format, ...) { in append() 232 void Printf(const char *Format, ...) { in Printf()
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkFormat.h | 25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enum
|
/llvm-project/lldb/unittests/Utility/ |
H A D | TimeoutTest.cpp | 24 TEST(TimeoutTest, Format) { in TEST() argument
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | format-strings.mm | 13 @interface Format interface
|
/llvm-project/clang-tools-extra/clangd/quality/ |
H A D | README.md | 20 ### Features 47 ### Decision Forest
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 541 SampleProfileFormat Format = SPF_None; global() variable 584 SampleProfileReader(std::move (B),C,Format) SampleProfileReader() argument 684 SampleProfileReaderBinary(std::move (B),C,Format) SampleProfileReaderBinary() argument 763 SampleProfileReaderExtBinaryBase(std::unique_ptr<MemoryBuffer> B,LLVMContext & C,SampleProfileFormat Format) SampleProfileReaderExtBinaryBase() argument 798 SampleProfileReaderExtBinaryBase(std::move (B),C,Format) SampleProfileReaderExtBinaryBase() argument [all...] |
/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 112 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints); in formatAfterToken() local 263 ColumnFormat Format; in precomputeFormattingInfos() local 315 for (const ColumnFormat &Format : llvm::reverse(Formats)) { getColumnFormat() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | LLVMRemarkStreamer.cpp | 107 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks() local 151 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDataExtractorTest.cpp | 76 dwarf::DwarfFormat Format; in TEST() local 90 dwarf::DwarfFormat Format; in TEST() local
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | options.cpp | 17 void MessageRecorder(const char *Format, ...) { in MessageRecorder()
|
/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
H A D | DWARFLinker.h | 113 dwarf::FormParams Format = {4, 4, dwarf::DWARF32}; member
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.h | 27 dwarf::DwarfFormat Format; variable
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 123 #define PROF_ERR(Format, ...) \ argument 126 #define PROF_WARN(Format, ...) \ argument 129 #define PROF_NOTE(Format, ...) \ argument
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Generators.cpp | 17 findGeneratorByName(llvm::StringRef Format) { in findGeneratorByName()
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.h | 117 ScanningOutputFormat Format; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 23 StringRef Format; member in __anon3b6cdc100111::InterfaceStubFunctionsConsumer 241 StringRef Format) in InterfaceStubFunctionsConsumer() 292 raw_ostream &OS) -> void { in HandleTranslationUnit()
|