Home
last modified time | relevance | path

Searched defs:regular (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/test/MC/COFF/
H A Dweak-name.s25 .globl regular symbol
26 regular: label
/llvm-project/libcxx/include/__concepts/
H A Dregular.h27 concept regular = semiregular<_Tp> && equality_comparable<_Tp>; variable
/llvm-project/libcxx/include/__filesystem/
H A Dfile_type.h28 regular = 1, enumerator
/llvm-project/lldb/source/Utility/
H A DArgs.cpp29 size_t regular = quoted.find_first_of(k_escapable_characters); in ParseDoubleQuotes() local
97 size_t regular = command.find_first_of(" \t\r\"'`\\"); ParseSingleArgument() local