HomeSort by relevance Sort by last modified time
    Searched refs:needsQuotes (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
YAML.h 110 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 373 assert(!yaml::needsQuotes(Name) && "TimerGroup name needs no quotes");
374 assert(!yaml::needsQuotes(R.Name) && "Timer name needs no quotes");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h 59 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
76 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h 59 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
76 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h 59 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
76 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }

Completed in 385 milliseconds

1 2 3