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

1 2 3 4

  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 156 static bool isCanonical(const MDString *S) {
178 assert(isCanonical(Header) && "Expected canonical MDString");
224 assert(isCanonical(Name) && "Expected canonical MDString");
234 assert(isCanonical(Name) && "Expected canonical MDString");
247 assert(isCanonical(Name) && "Expected canonical MDString");
264 assert(isCanonical(Name) && "Expected canonical MDString");
351 assert(isCanonical(Filename) && "Expected canonical MDString");
352 assert(isCanonical(Directory) && "Expected canonical MDString");
366 assert(isCanonical(Producer) && "Expected canonical MDString");
367 assert(isCanonical(Flags) && "Expected canonical MDString")
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DumperOptions.java 261 public boolean isCanonical() {
  /external/clang/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CanonicalType.h 616 Result.Stored.isCanonical()) && "Type is not canonical!");
622 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CanonicalType.h 615 Result.Stored.isCanonical()) && "Type is not canonical!");
621 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 561 if (!Programs.Genres.isCanonical(genre)) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 310 assert(QFT.isCanonical());
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
TvContractCompat.java     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 285 bool isCanonical() const;
383 bool Formula::isCanonical() const {
396 if (isCanonical())
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java     [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java     [all...]

Completed in 492 milliseconds

1 2 3 4