OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mustquote
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/Support/
YAMLTraits.h
101
/// static bool
mustQuote
(StringRef) { return true; }
115
//static bool
mustQuote
(StringRef);
233
SameType<Signature_mustQuote, &U::
mustQuote
> *);
664
io.scalarString(Str, ScalarTraits<T>::
mustQuote
(Str));
668
io.scalarString(Str, ScalarTraits<T>::
mustQuote
(Str));
774
static bool
mustQuote
(StringRef) { return false; }
781
static bool
mustQuote
(StringRef S) { return needsQuotes(S); }
788
static bool
mustQuote
(StringRef S) { return needsQuotes(S); }
795
static bool
mustQuote
(StringRef) { return false; }
802
static bool
mustQuote
(StringRef) { return false;
[
all
...]
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
56
static bool
mustQuote
(StringRef Scalar) { return needsQuotes(Scalar); }
73
static bool
mustQuote
(StringRef Scalar) { return needsQuotes(Scalar); }
116
static bool
mustQuote
(StringRef Scalar) {
117
return ScalarTraits<unsigned>::
mustQuote
(Scalar);
/external/llvm/include/llvm/MC/
YAML.h
90
static bool
mustQuote
(StringRef S) { return needsQuotes(S); }
/external/llvm/tools/dsymutil/
DebugMap.h
217
static bool
mustQuote
(StringRef) { return true; }
/external/llvm/lib/Support/
YAMLTraits.cpp
586
void Output::scalarString(StringRef &S, bool
MustQuote
) {
594
if (!
MustQuote
) {
/external/llvm/unittests/Support/
YAMLIOTest.cpp
743
static bool
mustQuote
(StringRef) { return true; }
946
static bool
mustQuote
(StringRef) { return false; }
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py
149
mustquote
= re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")
variable in class:IMAP4
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py
149
mustquote
= re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")
variable in class:IMAP4
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
149
mustquote
= re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")
variable in class:IMAP4
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
149
mustquote
= re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")
variable in class:IMAP4
[
all
...]
/external/llvm/docs/
YamlIO.rst
468
static bool
mustQuote
(StringRef) { return true; }
[
all
...]
Completed in 492 milliseconds