HomeSort by: relevance | last modified time | path
    Searched defs:canonicalize (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp 93 // Canonicalize src to a native path to avoid mixed separator styles.
103 FileCollector::PathCanonicalizer::canonicalize(StringRef SrcPath) { function in class:FileCollector::PathCanonicalizer
114 // Canonicalize the virtual path by removing "..", "." components.
121 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath);
ItaniumManglingCanonicalizer.cpp 68 llvm_unreachable("should never canonicalize a ForwardTemplateReference");
93 // FIXME: Don't canonicalize forward template references for now, because
315 ItaniumManglingCanonicalizer::canonicalize(StringRef Mangling) { function in class:ItaniumManglingCanonicalizer
VirtualFileSystem.cpp 1025 static llvm::SmallString<256> canonicalize(llvm::StringRef Path) { function in namespace:__anon4546
1495 Name = canonicalize(Value).str();
1552 FullPath = canonicalize(FullPath);
1739 // Now that we sucessefully parsed the YAML file, canonicalize the internal
1873 canonicalize(StringRef(Path.data(), Path.size()));
  /src/external/gpl3/gcc/dist/gcc/
file-prefix-map.cc 33 bool canonicalize; member in struct:file_prefix_map
75 map->canonicalize = flag_canon_prefix_map;
78 if (map->canonicalize)
109 if (map->canonicalize)
129 if (map->canonicalize)
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp 256 void canonicalize();
289 void SelectedNodeWithParents::canonicalize() { function in class:SelectedNodeWithParents
396 Selected.canonicalize();
  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optrecord.py 121 def canonicalize(self): member in class:Remark
283 remark.canonicalize()
  /src/external/mit/isl/dist/imath/
gmp_compat.c 146 void GMPQAPI(canonicalize)(mp_rat op) { CHECK(mp_rat_reduce(op)); } function
  /src/usr.bin/patch/
patch.c 88 bool canonicalize = false; variable
566 canonicalize = true;
1038 if (canonicalize) {
  /src/sbin/sysctl/
sysctl.c 127 static void canonicalize(const char *, char *);
443 canonicalize(const char *i, char *o) function
688 canonicalize(gsname, canonname);
928 canonicalize(gsname, canonname);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 2944 /* Canonicalize this store, to maximize the chance of equality between
2948 store::canonicalize (store_manager *mgr) function in class:ana::store
constraint-manager.cc 539 canonicalize ();
549 canonicalize ();
596 canonicalize ();
604 bounded_ranges::canonicalize () function in class:ana::bounded_ranges
1176 /* FIXME: should we canonicalize which svalue is the constant
1224 equiv_class::canonicalize () function in class:ana::equiv_class
1231 Subroutine of constraint_manager::canonicalize, for removing
2771 /* Comparator for use by constraint_manager::canonicalize.
2790 /* Comparator for use by constraint_manager::canonicalize.
2812 constraint_manager::canonicalize () function in class:ana::constraint_manager
    [all...]
region-model.cc 427 /* Canonicalize the store and constraints, to maximize the chance of
431 region_model::canonicalize () function in class:ana::region_model
433 m_store.canonicalize (m_mgr->get_store_manager ());
434 m_constraints->canonicalize ();
443 copy.canonicalize ();
5510 model0.canonicalize ();
5511 model1.canonicalize ();
5515 /* Verify that we can canonicalize a model containing NaN and other real
5530 model.canonicalize ();
5876 model0.canonicalize ();
    [all...]
  /src/external/lgpl3/gmp/dist/
gmpxx.h 1785 void canonicalize() { mpq_canonicalize(mp); } function in class:__gmp_expr
2195 q.canonicalize();
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 544 canonicalize ();
554 canonicalize ();
601 canonicalize ();
609 bounded_ranges::canonicalize () function in class:ana::bounded_ranges
1181 /* FIXME: should we canonicalize which svalue is the constant
1229 equiv_class::canonicalize () function in class:ana::equiv_class
1236 Subroutine of constraint_manager::canonicalize, for removing
2982 /* Comparator for use by constraint_manager::canonicalize.
3001 /* Comparator for use by constraint_manager::canonicalize.
3023 constraint_manager::canonicalize () function in class:ana::constraint_manager
    [all...]
store.cc 3192 /* Canonicalize this store, to maximize the chance of equality between
3196 store::canonicalize (store_manager *mgr) function in class:ana::store
region-model.cc 499 /* Canonicalize the store and constraints, to maximize the chance of
503 region_model::canonicalize () function in class:ana::region_model
505 m_store.canonicalize (m_mgr->get_store_manager ());
506 m_constraints->canonicalize ();
515 copy.canonicalize ();
8239 model0.canonicalize ();
8240 model1.canonicalize ();
8244 /* Verify that we can canonicalize a model containing NaN and other real
8259 model.canonicalize ();
8608 model0.canonicalize ();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 383 void canonicalize(const Loop &L);
475 canonicalize(*L);
511 void Formula::canonicalize(const Loop &L) { function in class:Formula
900 // All pointers have the same requirements, so canonicalize them to an
1808 // Canonicalize a scale of 1 to a base register if the formula doesn't
3661 F.canonicalize(*L);
3734 F.canonicalize(*L);
3806 F.canonicalize(*L);
3857 F.canonicalize(*L);
4031 F.canonicalize(*L)
    [all...]

Completed in 70 milliseconds