Home
last modified time | relevance | path

Searched defs:SimpleType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lld/test/COFF/
H A Ddriver-opt.s71 SimpleType: IMAGE_SYM_TYPE_NULL label
83 SimpleType: IMAGE_SYM_TYPE_NULL label
89 SimpleType: IMAGE_SYM_TYPE_NULL label
95 SimpleType: IMAGE_SYM_TYPE_NULL label
H A Dalign.s37 SimpleType: IMAGE_SYM_TYPE_NULL label
49 SimpleType: IMAGE_SYM_TYPE_NULL label
55 SimpleType: IMAGE_SYM_TYPE_NULL label
/llvm-project/llvm/include/llvm/Support/
H A DCasting.h35 using SimpleType = From; // The real type this represents... member
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantCastingCheck.cpp105 auto SimpleType = qualType(hasCanonicalType( in registerMatchers() local
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp78 typedef int SimpleType; typedef
463 typedef pointer_wrappers::Base *SimpleType; typedef
469 typedef pointer_wrappers::Base *SimpleType; typedef
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member