Home
last modified time | relevance | path

Searched refs:BaseTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h53 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
63 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred()
66 for (Type *T : BaseTypes) { in SourcePred()
84 ArrayRef<Type *> BaseTypes) { in generate() argument
85 return Make(Cur, BaseTypes); in generate()
/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk325 BaseTypes = map_new()
326 map_set(BaseTypes, get(UInt8, p_name), UInt8)
327 map_set(BaseTypes, get(UInt16, p_name), UInt16)
328 map_set(BaseTypes, get(UInt32, p_name), UInt32)
329 map_set(BaseTypes, get(Int8, p_name), Int8)
330 map_set(BaseTypes, get(Int16, p_name), Int16)
331 map_set(BaseTypes, get(Int32, p_name), Int32)
332 map_set(BaseTypes, get(Char, p_name), Char)
334 BaseTypesArray = map_to_array(BaseTypes)
2699 if (map_contains(BaseTypes, name))
[all …]