Searched defs:Prop (Results 1 – 14 of 14) sorted by relevance
10 function Comp(p: Prop) {
16 function Comp(p: Prop) {
20 function Comp(p: Prop) {
5 export type Prop<T> = { (): T } alias
22 declare const Prop: PropertyDecorator; constant
661 template <typename T> bool map(StringRef Prop, T &Out) { in map()670 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map()
30 } Prop; typedef
585 const boost::parameter::keyword< Tag >& t, const Graph& g, Prop) in override_const_property() argument628 const boost::parameter::keyword< Tag >& t, const Graph& g, Prop) in override_property() argument
87 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
531 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()