Home
last modified time | relevance | path

Searched defs:Format (Results 1 – 25 of 150) sorted by relevance

123456

/llvm-project/offload/DeviceRTL/src/
H A DLibC.cpp22 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 Dsanitizer_flag_parser.h28 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 DDiffLog.h35 StringRef Format; variable
40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder()
/llvm-project/mlir/docs/DefiningDialects/
H A DOperations.md682 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 DPCHContainerOperations.h106 const PCHContainerWriter *getWriterOrNull(llvm::StringRef Format) { in getWriterOrNull()
109 const PCHContainerReader *getReaderOrNull(llvm::StringRef Format) { in getReaderOrNull()
/llvm-project/libc/benchmarks/distributions/
H A DREADME.md9 ## Format section in Size distributions for memory functions under specific workloads
/llvm-project/clang/docs/
H A DSanitizerSpecialCaseList.rst51 Format global() chapter
H A DJSONCompilationDatabase.rst54 Format chapter
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp17 ScanningMode Mode, ScanningOutputFormat Format, in DependencyScanningService() argument
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp107 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 DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enum
/llvm-project/lldb/unittests/Utility/
H A DTimeoutTest.cpp24 TEST(TimeoutTest, Format) { in TEST() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dformat-strings.mm13 @interface Format interface
/llvm-project/clang-tools-extra/clangd/quality/
H A DREADME.md20 ### Features
47 ### Decision Forest
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h541 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 DFormatToken.cpp112 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 DLLVMRemarkStreamer.cpp107 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 DDWARFDataExtractorTest.cpp76 dwarf::DwarfFormat Format; in TEST() local
90 dwarf::DwarfFormat Format; in TEST() local
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp17 void MessageRecorder(const char *Format, ...) { in MessageRecorder()
/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h113 dwarf::FormParams Format = {4, 4, dwarf::DWARF32}; member
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h27 dwarf::DwarfFormat Format; variable
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h123 #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 DGenerators.cpp17 findGeneratorByName(llvm::StringRef Format) { in findGeneratorByName()
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h117 ScanningOutputFormat Format; global() variable
/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp23 StringRef Format; member in __anon3b6cdc100111::InterfaceStubFunctionsConsumer
241 StringRef Format) in InterfaceStubFunctionsConsumer()
292 raw_ostream &OS) -> void { in HandleTranslationUnit()

123456