Searched refs:canonicalize (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DItaniumManglingCanonicalizer.h80 Key canonicalize(StringRef Mangling);
H A DSymbolRemappingReader.h113 return Canonicalizer.canonicalize(FunctionName);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1412 int canonicalize(int v, int vmax) function
1449 ip1 = canonicalize(i + 1, t->x_sz);
1450 jp1 = canonicalize(j + 1, t->y_sz);
1451 kp1 = canonicalize(k + 1, t->z_sz);
1571 canonicalize(t_sw0->i + 1, t->x_sz) != t_sw1->i) {
1578 canonicalize(t_sw0->j + 1, t->y_sz) != t_sw1->j) {
1585 canonicalize(t_sw0->k + 1, t->z_sz) != t_sw1->k) {
1676 i = canonicalize(i, t->x_sz);
1677 j = canonicalize(j, t->y_sz);
1678 k = canonicalize(
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dcommon.h94 extern bool canonicalize;
H A Dpatch.c85 bool canonicalize = false; variable
619 canonicalize = true;
1094 if (canonicalize) {
H A Dpch.c745 if (buf[1] == '\n' && canonicalize)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h106 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {}
108 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true)
109 : F(Alloc), Canonicalize(canonicalize) {}
H A DImmutableSet.h997 Factory(bool canonicalize = true)
998 : Canonicalize(canonicalize) {}
1000 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
1001 : F(Alloc), Canonicalize(canonicalize) {}
1168 ImmutableSet<ValT> asImmutableSet(bool canonicalize = true) const {
1169 return ImmutableSet<ValT>(canonicalize ?
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp257 void canonicalize();
290 void SelectedNodeWithParents::canonicalize() { function in class:SelectedNodeWithParents
397 Selected.canonicalize();
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool198 sub canonicalize {
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool198 sub canonicalize {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c298 canonicalize(const char **canonical_path,
1682 svn_error_t *const err = canonicalize(&result, type_uri, uri, pool);
1699 SVN_ERR(canonicalize(&result, type_uri, uri, result_pool));
1707 _("Could not canonicalize URI '%s'"
1719 svn_error_t *const err = canonicalize(&result, type_relpath, relpath, pool);
1736 SVN_ERR(canonicalize(&result, type_relpath, relpath, result_pool));
1744 _("Could not canonicalize relpath '%s'"
1758 SVN_ERR(canonicalize(&dst, type_dirent, dirent, pool));
1812 _("Could not canonicalize dirent '%s'"
297 canonicalize(const char **canonical_path, function
/freebsd-11-stable/contrib/bmake/mk/
H A Dldorder.mk78 # canonicalize - these are just tokens anyway
H A Dgendirdeps.mk165 # we canonicalize them to keep things simple
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_cred.c935 if (in_creds->server->name.name_string.len < 2 && !flags.b.canonicalize) {
944 flags.b.canonicalize = 1;
1108 if (ret == 0 || flags.b.canonicalize)
1423 flags.b.canonicalize = 1;
H A Dinit_creds_pw.c386 /* Enterprise name implicitly turns on canonicalize */
389 ctx->flags.canonicalize = 1;
1690 if (ctx->flags.canonicalize) {
1785 } else if (ret == KRB5_KDC_ERR_WRONG_REALM && ctx->flags.canonicalize) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp73 llvm_unreachable("should never canonicalize a ForwardTemplateReference");
98 // FIXME: Don't canonicalize forward template references for now, because
320 ItaniumManglingCanonicalizer::canonicalize(StringRef Mangling) { function in class:ItaniumManglingCanonicalizer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp368 void canonicalize(const Loop &L);
460 canonicalize(*L);
497 void Formula::canonicalize(const Loop &L) { function in class:Formula
874 // All pointers have the same requirements, so canonicalize them to an
3648 F.canonicalize(*L);
3721 F.canonicalize(*L);
3794 F.canonicalize(*L);
4015 F.canonicalize(*L);
4064 F.canonicalize(*L);
4227 NewF.canonicalize(*thi
[all...]
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk163 # we canonicalize them to keep things simple
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkerberos5.c994 if (f.canonicalize)
1705 if (f.canonicalize) {
H A Dkrb5tgs.c1119 if(!options->canonicalize && server->name.name_type != KRB5_NT_SRV_INST)
1665 * return canonical name if kdc_options.canonicalize was set, the
1670 if (b->kdc_options.canonicalize)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1834 auto canonicalize = [LogLen](const CycleType &C) -> CycleType {
1884 Cycles.insert(canonicalize(C));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp85 case Intrinsic::canonicalize:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1246 case Intrinsic::canonicalize:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp878 case Intrinsic::canonicalize:

Completed in 1460 milliseconds

12