Home
last modified time | relevance | path

Searched refs:eMatchType (Results 1 – 8 of 8) sorted by relevance

/dports/devel/csmith/csmith-2.3.0/src/
H A DVariableSelector.h70 const vector<const Variable*>& invalid_vars, eMatchType mt,
77eMatchType mt, const vector<const Variable*>& invalid_vars, bool no_bitfield = false, bool no_expa…
115 eMatchType mt, const vector<const Variable*>& invalid_vars);
119 eMatchType mt, const vector<const Variable*>& invalid_vars);
122 const CVQualifiers* qfer, eMatchType mt, const vector<const Variable*>& invalid_vars);
125 const CVQualifiers* qfer, eMatchType mt, const vector<const Variable*> &invalid_vars);
128 const CVQualifiers* qfer, eMatchType mt, const vector<const Variable*> &invalid_vars);
H A DType.h89 enum eMatchType enum
265 bool match(const Type* t, enum eMatchType mt) const;
H A DVariableSelector.cpp411 eMatchType mt, in choose_var()
589 eMatchType mt, const vector<const Variable*>& invalid_vars) in eager_create_global_struct()
620 eMatchType mt, const vector<const Variable*>& invalid_vars) in eager_create_local_struct()
655 …nst CGContext &cg_context, const Type* type, const CVQualifiers* qfer, eMatchType mt, const vector… in SelectGlobal()
970 eMatchType mt, in SelectParentLocal()
1063 eMatchType mt, in SelectParentParam()
1177 eMatchType mt, eVariableScope scope) in select()
1465 eMatchType mt = (access == Effect::READ) ? eFlexible : eDerefExact; in select_must_use_var()
H A DType.cpp1528 Type::match(const Type* t, enum eMatchType mt) const in match()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dacfg.h125 enum eMatchType : int8_t enum
134 bool Match(cmstring &in, eMatchType type);
136 eMatchType GetFiletype(const mstring &);
H A Djob.h75 rex::eMatchType m_type;
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/fs/
H A Dhttpfs.cc420 rex::eMatchType type = rex::GetFiletype(path); in acngfs_getattr()
546 rex::eMatchType ftype = rex::GetFiletype(path); in acngfs_open()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dacfg.cc1447 inline bool MatchType(cmstring &in, eMatchType type) in MatchType()
1456 bool Match(cmstring &in, eMatchType type) in Match()
1465 eMatchType GetFiletype(const string & in) in GetFiletype()