Searched refs:FixedType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptParser.cpp | 746 auto FixedType = RetType::getFixedType(*TypeResult); in parseVersionInfoFixed() local 748 if (!RetType::isTypeSupported(FixedType)) in parseVersionInfoFixed() 750 if (Result.IsTypePresent[FixedType]) in parseVersionInfoFixed() 755 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1; in parseVersionInfoFixed() 758 Result.setValue(FixedType, ArgInts); in parseVersionInfoFixed()
|
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 219 template <typename FixedType=HBUINT16> 222 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int() 230 FixedType major; 231 FixedType minor; 233 DEFINE_SIZE_STATIC (2 * sizeof (FixedType));
|
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 1177 type FixedType struct { struct 1183 func (ft *FixedType) print(ps *printState) { argument 1200 func (ft *FixedType) Traverse(fn func(AST) bool) { argument 1206 func (ft *FixedType) Copy(fn func(AST) AST, skip func(AST) bool) AST { argument 1214 ft = &FixedType{Base: base, Accum: ft.Accum, Sat: ft.Sat} 1221 func (ft *FixedType) GoString() string { argument 1225 func (ft *FixedType) goString(indent int, field string) string { argument
|
D | demangle.go | 1300 ret = &FixedType{Base: base, Accum: accum, Sat: sat} 2489 case *UnnamedType, *FixedType, *DefaultArg:
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 5173 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local 5176 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType() 5177 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType() 5178 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType() 5182 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local 5185 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType() 5186 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType() 5187 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()
|