Home
last modified time | relevance | path

Searched refs:underscores (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/test/Parser/
H A Dasm-qualifiers.c18 void underscores(void) { in underscores() function
/llvm-project-15.0.7/llvm/test/FileCheck/comment/
H A Dbad-comment-prefix.txt25 …ix must start with a letter and contain only alphanumeric characters, hyphens, and underscores: '.'
26 …must start with a letter and contain only alphanumeric characters, hyphens, and underscores: 'foo '
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-c2x.c31 [[__nodiscard__]] int underscores(void);
/llvm-project-15.0.7/libcxx/
H A DTODO.TXT21 * Find all sequences of >2 underscores and eradicate them.
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dvalidate-check-prefix.txt9 …x must start with a letter and contain only alphanumeric characters, hyphens, and underscores: 'A!'
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dfeature_tests.c45 #error Feature name in double underscores does not work
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dreadability-avoid-underscore-in-googletest-name.rst6 Checks whether there are underscores in googletest test and test case names in
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompGetArchitecture.cmake12 # The architecture name can only contain alphanumeric characters and underscores (i.e., C identifie…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dargument-comment.rst28 underscores and case when comparing names -- otherwise they are taken into
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp497 static void getTime(char *buffer, size_t buflen, bool underscores = false) { in getTime() argument
503 if (underscores) in getTime()
/llvm-project-15.0.7/llvm/tools/llvm-shlib/
H A DCMakeLists.txt126 # The python script needs to know whether symbols are prefixed with underscores or not.
/llvm-project-15.0.7/llvm/runtimes/
H A DCMakeLists.txt170 # with dashes turned to underscores. This gives us the CMake variable `prefixes`
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td570 " characters, hyphens, and underscores">;
H A DAttrDocs.td3210 ``__Z6cppvar``; note the two underscores.) This prefix is *not* added to the
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td4 // '--' instead of '-' and use dashes instead of underscores, so
/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst1121 style of lower-case words separated by underscores (e.g. ``begin()``,
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst1467 underscores, the first component of the selector either consists entirely of
H A DUsersManual.rst2857 - Target-specific defines not prefixed by underscores, like ``linux``,