Home
last modified time | relevance | path

Searched refs:Standard (Results 1 – 25 of 179) sorted by relevance

12345678

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Ddebug_line_malformed.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
55 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
75 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
101 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
130 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
163 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
192 .byte 0, 1, 1, 1, 1, 0, 0, 0, 0, 1 # Standard Opcode Lengths
213 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
246 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
273 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
[all …]
H A Ddebug_line_reserved_length.s14 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
44 .byte 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 # Standard Opcode Lengths
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h563 StandardConversionSequence Standard; member
581 Standard.setAsIdentityConversion(); in ImplicitConversionSequence()
591 case StandardConversion: Standard = Other.Standard; break; in ImplicitConversionSequence()
679 Standard.setAsIdentityConversion(); in setAsIdentityConversion()
680 Standard.setFromType(T); in setAsIdentityConversion()
681 Standard.setAllToTypes(T); in setAsIdentityConversion()
709 ICS.Standard.setAsIdentityConversion(); in getNullptrToBool()
710 ICS.Standard.setFromType(SourceType); in getNullptrToBool()
713 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
715 ICS.Standard.setToType(1, DestType); in getNullptrToBool()
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Doop57-cpp.rst37 This check corresponds to the CERT C++ Coding Standard rule
39 Standard Library functions
40 …OP57-CPP.+Prefer+special+member+functions+and+overloaded+operators+to+C+Standard+Library+functions…
H A Derr52-cpp.rst8 This check corresponds to the CERT C++ Coding Standard rule
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DDebugMode.rst18 including any dependent libraries, against a Standard library configured identically
20 a Standard library with the debug mode enabled with code built against a Standard library
36 debug mode, and causes the library to violate some of the Standard's complexity clauses.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-memory-comparison.rst26 This check is also related to and partially overlaps the CERT C++ Coding Standard rules
27 `OOP57-CPP. Prefer special member functions and overloaded operators to C Standard Library functions
28 …OP57-CPP.+Prefer+special+member+functions+and+overloaded+operators+to+C+Standard+Library+functions…
H A Dspuriously-wake-up-functions.rst24 This check corresponds to the CERT C++ Coding Standard rule
27 and CERT C Coding Standard rule
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv46 "`P0898R3 <https://wg21.link/P0898R3>`__","LWG","Standard Library Concepts","Rapperswil","|Complete…
50 "`P1025R1 <https://wg21.link/P1025R1>`__","CWG","Update The Reference To The Unicode Standard","Rap…
98 "`P1463R1 <https://wg21.link/P1463R1>`__","LWG","Mandating the Standard Library: Clause 21 - Contai…
122 "`P1502R1 <https://wg21.link/P1502R1>`__","LWG","Standard library header units for C++20","Cologne"…
142 "`P1686R2 <https://wg21.link/P1686R2>`__","LWG","Mandating the Standard Library: Clause 27 - Time l…
145 "`P1718R2 <https://wg21.link/P1718R2>`__","LWG","Mandating the Standard Library: Clause 25 - Algori…
146 "`P1719R2 <https://wg21.link/P1719R2>`__","LWG","Mandating the Standard Library: Clause 26 - Numeri…
147 "`P1720R2 <https://wg21.link/P1720R2>`__","LWG","Mandating the Standard Library: Clause 28 - Locali…
148 "`P1721R2 <https://wg21.link/P1721R2>`__","LWG","Mandating the Standard Library: Clause 29 - Input/…
150 "`P1723R2 <https://wg21.link/P1723R2>`__","LWG","Mandating the Standard Library: Clause 31 - Atomic…
[all …]
H A DCxx14Papers.csv22 … add a utility class to represent optional objects","Bristol","*Removed from Draft Standard*","n/a"
24 …nk/n3662>`__","LWG","C++ Dynamic Arrays (dynarray)","Bristol","*Removed from Draft Standard*","n/a"
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTransport.h68 Standard, enumerator
87 JSONStreamStyle = JSONStreamStyle::Standard);
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMlirLspServerMain.cpp26 llvm::cl::values(clEnumValN(JSONStreamStyle::Standard, "standard", in MlirLspServerMain()
31 llvm::cl::init(JSONStreamStyle::Standard), in MlirLspServerMain()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dno-recursion.rst13 * CERT C++ Coding Standard rule `DCL56-CPP. Avoid cycles during initialization of static objects <h…
14 * JPL Institutional Coding Standard for the C Programming Language (JPL DOCID D-60411) rule `2.4 Do…
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DMlirPdllLspServerMain.cpp24 llvm::cl::values(clEnumValN(JSONStreamStyle::Standard, "standard", in MlirPdllLspServerMain()
29 llvm::cl::init(JSONStreamStyle::Standard), in MlirPdllLspServerMain()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenLspServerMain.cpp24 llvm::cl::values(clEnumValN(JSONStreamStyle::Standard, "standard", in TableGenLspServerMain()
29 llvm::cl::init(JSONStreamStyle::Standard), in TableGenLspServerMain()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dexports_so.txt22 omp_*; # Standard OpenMP functions.
23 OMP_*; # Standard OpenMP symbols.
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DToken.cpp97 clang::LangStandard::Kind Standard) { in genericLangOpts() argument
101 Standard); in genericLangOpts()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h38 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd). enumerator
399 FPOpFusion::FPOpFusionMode AllowFPOpFusion = FPOpFusion::Standard;
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-line-dwo.s20 .byte 0 # Standard Opcode Lengths
67 .byte 0 # Standard Opcode Lengths
/llvm-project-15.0.7/pstl/
H A D.clang-format4 Standard: Cpp11
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Ddeprecated-headers.rst8 Standard [depr.c.headers] section.
24 Important note: the Standard doesn't guarantee that the C++ headers declare all
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMemoryFlags.cpp24 return OS << (MDP == MemDeallocPolicy::Standard ? "standard" : "finalize"); in operator <<()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dno-assembler.rst8 Inline assembler is forbidden by the `High Integrity C++ Coding Standard
/llvm-project-15.0.7/clang/unittests/AST/
H A DStmtPrinterTest.cpp61 PrintedStmtCXXMatches(StdVer Standard, StringRef Code, const T &NodeMatch, in PrintedStmtCXXMatches() argument
65 switch (Standard) { in PrintedStmtCXXMatches()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h41 Standard, enumerator
51 JSONStreamStyle style = JSONStreamStyle::Standard,

12345678