Home
last modified time | relevance | path

Searched refs:trueType (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_py3_generator.cc610 if (trueType->is_list()) { in visit_type_with_typedef()
613 } else if (trueType->is_set()) { in visit_type_with_typedef()
616 } else if (trueType->is_map()) { in visit_type_with_typedef()
635 } else if (trueType->is_sink()) { in visit_type_with_typedef()
638 extra = trueType->get_name(); in visit_type_with_typedef()
647 add_typedef_namespace(trueType); in visit_type_with_typedef()
651 if (trueType->is_container()) { in visit_type_with_typedef()
655 trueType); in visit_type_with_typedef()
1352 trueType, in generate()
1354 get_cpp_template(*trueType), cpp2::get_type(trueType), {}}); in generate()
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/hil/
H A Dcheck_types.go398 trueType := v.StackPop()
417 if trueType != falseType && trueType != ast.TypeUnknown && falseType != ast.TypeUnknown {
422 if trueType == ast.TypeString {
423 cn := v.ImplicitConversion(trueType, falseType, tc.n.TrueExpr)
427 trueType.Printable(), falseType.Printable(),
431 trueType = falseType
437 trueType.Printable(), falseType.Printable(),
441 falseType = trueType
451 switch trueType {
463 if trueType == ast.TypeUnknown {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/
H A Dcheck_types.go398 trueType := v.StackPop()
417 if trueType != falseType && trueType != ast.TypeUnknown && falseType != ast.TypeUnknown {
422 if trueType == ast.TypeString {
423 cn := v.ImplicitConversion(trueType, falseType, tc.n.TrueExpr)
427 trueType.Printable(), falseType.Printable(),
431 trueType = falseType
437 trueType.Printable(), falseType.Printable(),
441 falseType = trueType
451 switch trueType {
463 if trueType == ast.TypeUnknown {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/
H A Dcheck_types.go398 trueType := v.StackPop()
417 if trueType != falseType && trueType != ast.TypeUnknown && falseType != ast.TypeUnknown {
422 if trueType == ast.TypeString {
423 cn := v.ImplicitConversion(trueType, falseType, tc.n.TrueExpr)
427 trueType.Printable(), falseType.Printable(),
431 trueType = falseType
437 trueType.Printable(), falseType.Printable(),
441 falseType = trueType
451 switch trueType {
463 if trueType == ast.TypeUnknown {
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/hil/
H A Dcheck_types.go398 trueType := v.StackPop()
417 if trueType != falseType && trueType != ast.TypeUnknown && falseType != ast.TypeUnknown {
422 if trueType == ast.TypeString {
423 cn := v.ImplicitConversion(trueType, falseType, tc.n.TrueExpr)
427 trueType.Printable(), falseType.Printable(),
431 trueType = falseType
437 trueType.Printable(), falseType.Printable(),
441 falseType = trueType
451 switch trueType {
463 if trueType == ast.TypeUnknown {
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/codegen/
H A DComputeGenerator.cc245 llvm::Type* trueType = nullptr; in visit() local
254 trueType = trueValue->getType(); in visit()
255 truePtr = trueType->isPointerTy(); in visit()
257 llvm::Type* conditionType = truePtr ? trueType->getPointerElementType() : trueType; in visit()
299 assert(trueType); in visit()
301 if (trueType != falseType) { in visit()
303 truePtr = trueType->isPointerTy(); in visit()
304 if (truePtr) trueType = trueType->getPointerElementType(); in visit()
311 if (trueType == falseType) { in visit()
327 const bool trueScalar = (trueType->isIntegerTy() || trueType->isFloatingPointTy()); in visit()
[all …]
/dports/devel/libical/libical-3.0.8/src/libical-glib/tools/
H A Dgenerator.c1448 gchar *trueType; in is_enum_type() local
1455 if (trueType && g_hash_table_contains(type2kind, trueType)) { in is_enum_type()
1459 g_free (trueType); in is_enum_type()
1466 gchar *trueType; in get_translator_for_parameter() local
1539 g_free(trueType); in get_translator_for_parameter()
1547 gchar *trueType; in get_translator_for_return() local
1593 g_free(trueType); in get_translator_for_return()
1676 gchar *trueType; in get_source_method_body() local
2055 gchar *trueType; in get_source_run_time_checkers() local
2075 i < namespace_len && trueType[i] && namespace[i] == trueType[i]; in get_source_run_time_checkers()
[all …]
H A Dxml-parser.c630 gchar *trueType; in populate_dependencies() local
636 trueType = NULL; in populate_dependencies()
645 trueType = get_true_type(para->type); in populate_dependencies()
646 (void)g_hash_table_insert(structure->dependencies, trueType, NULL); in populate_dependencies()
647 trueType = NULL; in populate_dependencies()
651 trueType = get_true_type(method->ret->type); in populate_dependencies()
652 (void)g_hash_table_insert(structure->dependencies, trueType, NULL); in populate_dependencies()
653 trueType = NULL; in populate_dependencies()
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashFTFont.cc157 static FT_Int32 getFTLoadFlags(bool type1, bool trueType, bool aa, bool enableFreeTypeHinting, bool… in getFTLoadFlags() argument
167 if (trueType) { in getFTLoadFlags()
214 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
293 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
344 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
H A DSplashFTFontFile.h58 bool trueType; variable
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashFTFont.cc157 static FT_Int32 getFTLoadFlags(bool type1, bool trueType, bool aa, bool enableFreeTypeHinting, bool… in getFTLoadFlags() argument
167 if (trueType) { in getFTLoadFlags()
214 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
293 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
344 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
H A DSplashFTFontFile.h58 bool trueType; variable
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashFTFont.cc157 static FT_Int32 getFTLoadFlags(bool type1, bool trueType, bool aa, bool enableFreeTypeHinting, bool… in getFTLoadFlags() argument
167 if (trueType) { in getFTLoadFlags()
214 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
293 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
344 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
H A DSplashFTFontFile.h58 bool trueType; variable
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashFTFont.cc157 static FT_Int32 getFTLoadFlags(bool type1, bool trueType, bool aa, bool enableFreeTypeHinting, bool… in getFTLoadFlags() argument
167 if (trueType) { in getFTLoadFlags()
214 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
293 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
344 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFTFont.cc236 static FT_Int32 getFTLoadFlags(GBool type1, GBool trueType, GBool aa, GBool enableFreeTypeHinting, … in getFTLoadFlags() argument
246 if (trueType) { in getFTLoadFlags()
289 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
374 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
418 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFTFont.cc236 static FT_Int32 getFTLoadFlags(GBool type1, GBool trueType, GBool aa, GBool enableFreeTypeHinting, … in getFTLoadFlags() argument
246 if (trueType) { in getFTLoadFlags()
289 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
374 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
418 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFTFont.cc236 static FT_Int32 getFTLoadFlags(GBool type1, GBool trueType, GBool aa, GBool enableFreeTypeHinting, … in getFTLoadFlags() argument
246 if (trueType) { in getFTLoadFlags()
289 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in makeGlyph()
374 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphAdvance()
418 …if (FT_Load_Glyph(ff->face, gid, getFTLoadFlags(ff->type1, ff->trueType, aa, enableFreeTypeHinting… in getGlyphPath()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Queryable/src/System/Linq/
H A DEnumerableRewriter.cs313 Type trueType = ifTrue.Type; in VisitConditional()
315 if (trueType.IsAssignableFrom(falseType)) in VisitConditional()
316 return Expression.Condition(test, ifTrue, ifFalse, trueType); in VisitConditional()
317 if (falseType.IsAssignableFrom(trueType)) in VisitConditional()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/
H A DImageInfo.java559 final ImageType trueType = p.getTrueImageTypeOf( this ); in determineFinalImageType() local
560 if ( trueType != null ) in determineFinalImageType()
561 m_imageType = trueType; in determineFinalImageType()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationFontTable.java139 private String trueType = ""; field in RtfDestinationFontTable
352 this.trueType = value; in setTrueType()
459 this.trueType = ""; in setToDefaults()
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/fontshell/
H A Dglyph.py148 def _correctDirection(self, trueType=False, **kwargs): argument
149 self.naked().correctContourDirection(trueType=trueType)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dshibokengenerator.cpp1105 if (trueType->basicReferencedTypeEntry()) in isUserPrimitive()
1106 trueType = trueType->basicReferencedTypeEntry(); in isUserPrimitive()
1107 return trueType->isPrimitive() && !trueType->isCppPrimitive() in isUserPrimitive()
1125 if (trueType->basicReferencedTypeEntry()) in isCppPrimitive()
1126 trueType = trueType->basicReferencedTypeEntry(); in isCppPrimitive()
1127 return trueType->qualifiedCppName() == QLatin1String("std::string"); in isCppPrimitive()
2774 if (trueType->basicReferencedTypeEntry()) in getTypeIndexVariableName()
2775 type = trueType->basicReferencedTypeEntry(); in getTypeIndexVariableName()
2858 if (trueType->basicReferencedTypeEntry()) in isCppIntegralPrimitive()
2859 trueType = trueType->basicReferencedTypeEntry(); in isCppIntegralPrimitive()
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dshibokengenerator.cpp1105 if (trueType->basicReferencedTypeEntry()) in isUserPrimitive()
1106 trueType = trueType->basicReferencedTypeEntry(); in isUserPrimitive()
1107 return trueType->isPrimitive() && !trueType->isCppPrimitive() in isUserPrimitive()
1125 if (trueType->basicReferencedTypeEntry()) in isCppPrimitive()
1126 trueType = trueType->basicReferencedTypeEntry(); in isCppPrimitive()
1127 return trueType->qualifiedCppName() == QLatin1String("std::string"); in isCppPrimitive()
2774 if (trueType->basicReferencedTypeEntry()) in getTypeIndexVariableName()
2775 type = trueType->basicReferencedTypeEntry(); in getTypeIndexVariableName()
2858 if (trueType->basicReferencedTypeEntry()) in isCppIntegralPrimitive()
2859 trueType = trueType->basicReferencedTypeEntry(); in isCppIntegralPrimitive()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/generator/shiboken2/
H A Dshibokengenerator.cpp1105 if (trueType->basicReferencedTypeEntry()) in isUserPrimitive()
1106 trueType = trueType->basicReferencedTypeEntry(); in isUserPrimitive()
1107 return trueType->isPrimitive() && !trueType->isCppPrimitive() in isUserPrimitive()
1125 if (trueType->basicReferencedTypeEntry()) in isCppPrimitive()
1126 trueType = trueType->basicReferencedTypeEntry(); in isCppPrimitive()
1127 return trueType->qualifiedCppName() == QLatin1String("std::string"); in isCppPrimitive()
2774 if (trueType->basicReferencedTypeEntry()) in getTypeIndexVariableName()
2775 type = trueType->basicReferencedTypeEntry(); in getTypeIndexVariableName()
2858 if (trueType->basicReferencedTypeEntry()) in isCppIntegralPrimitive()
2859 trueType = trueType->basicReferencedTypeEntry(); in isCppIntegralPrimitive()
[all …]

12345678