Searched defs:fold (Results 1 – 7 of 7) sorted by relevance
439 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD, in fold() function in SimplifyFortifiedLibCalls
1083 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoS… in fold() function in TIntermConstantUnion
815 bool fold = foldascii; in PostVisit() local
1182 UnicodeString s, fold, d; in countFoldFCDExceptions() local
2737 double CvDTree::update_tree_rnc( int T, int fold ) in update_tree_rnc()2788 int CvDTree::cut_tree( int T, int fold, double min_alpha ) in cut_tree()
1216 void setShouldFoldAtomicFences(bool fold) { in setShouldFoldAtomicFences()
1206 #define fold(x) (__builtin_constant_p(x) ? (x) : (x)) macro