Searched refs:BaseTypes (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>; 62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred() 65 for (Type *T : BaseTypes) { in SourcePred() 83 ArrayRef<Type *> BaseTypes) { in generate() argument 84 return Make(Cur, BaseTypes); in generate() 196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in matchFirstLengthWAnyType() 205 for (Type *T : BaseTypes) { in matchFirstLengthWAnyType()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 324 BaseTypes = map_new() 325 map_set(BaseTypes, get(UInt8, p_name), UInt8) 326 map_set(BaseTypes, get(UInt16, p_name), UInt16) 327 map_set(BaseTypes, get(UInt32, p_name), UInt32) 328 map_set(BaseTypes, get(Int8, p_name), Int8) 329 map_set(BaseTypes, get(Int16, p_name), Int16) 330 map_set(BaseTypes, get(Int32, p_name), Int32) 331 map_set(BaseTypes, get(Char, p_name), Char) 333 BaseTypesArray = map_to_array(BaseTypes) 2698 if (map_contains(BaseTypes, name)) [all …]
|