Searched refs:fullName (Results 1 – 10 of 10) sorted by relevance
679 char *fullName = isDot in DirMatchFiles() local682 Lst_Append(expansions, fullName); in DirMatchFiles()1348 char *fullName; in ResolveMovedDepends() local1354 fullName = Dir_FindFile(base, Suff_FindPath(gn)); in ResolveMovedDepends()1355 if (fullName == NULL) in ResolveMovedDepends()1365 gn->path = bmake_strdup(fullName); in ResolveMovedDepends()1370 makeDependfile, gn->name, fullName); in ResolveMovedDepends()1372 return fullName; in ResolveMovedDepends()1378 char *fullName; in ResolveFullName() local1380 fullName = gn->path; in ResolveFullName()[all …]
340 char *fullName; in Arch_ParseArchive() local350 fullName = FullName(lib.str, mem.str); in Arch_ParseArchive()351 p = fullName; in Arch_ParseArchive()359 gn = Targ_GetNode(fullName); in Arch_ParseArchive()365 free(fullName); in Arch_ParseArchive()369 free(fullName); in Arch_ParseArchive()
837 const std::string &fullName() const { return FullName; } in fullName() function in __anon819a2c470111::ACLEIntrinsic1488 ACLEIntrinsics[Intrinsic->fullName()] = std::move(Intrinsic); in EmitterBase()1581 OI.Name = Int.fullName(); in EmitBuiltinCG()1715 << Int.fullName() << ", " in EmitBuiltinAliases()1716 << StringTable.GetOrAddStringOffset(Int.fullName()) << ", " in EmitBuiltinAliases()1736 Checks[Check].insert(Int.fullName()); in GroupSemaChecks()1820 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()1886 << "__clang_arm_builtin_alias(__builtin_arm_mve_" << Int.fullName() in EmitHeader()1946 Table.GetOrAddStringOffset(Int->fullName()); in EmitBuiltinDef()1960 OS << " BI__builtin_arm_mve_" << Int->fullName() << ",\n"; in EmitBuiltinDef()[all …]
791 string fullName(s_caseFilePath + '/' + fileName); in DeSerializeFile() local832 unlink(fullName.c_str()); in DeSerializeFile()844 ifstream caseStream(fullName.c_str()); in DeSerializeFile()
45 std::string fullName() const { in fullName() function 440 Name = Node.fullName(); in nearestMatchesForCodepointName()
517 for (j = 0 ; j < dpname.u.fullName.len; j++) { in check_CRLDistributionPoints()519 GeneralName *name = &dpname.u.fullName.val[j]; in check_CRLDistributionPoints()
480 name.u.fullName.len = 1; in hx509_ca_tbs_add_crl_dp_uri()481 name.u.fullName.val = &gn; in hx509_ca_tbs_add_crl_dp_uri()
366 fullName [0] IMPLICIT -- GeneralNames -- SEQUENCE SIZE (1..MAX) OF GeneralName,
330 be set with the given value as the fullName field as the distributionPoint
150923 int fullName; /* TABLE.COLUMN if no AS clause and is a direct table ref */ local150935 fullName = (db->flags & SQLITE_FullColNames)!=0;150936 srcName = (db->flags & SQLITE_ShortColNames)!=0 || fullName;150961 if( fullName ){