Searched defs:atBeginning (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerATSUI.cpp72 bool atBeginning = true; local
83 if (!atBeginning)
86 atBeginning = false;
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h678 bool atBeginning() const { function in class:llvm::ImutAVLTreeGenericIterator
796 while (!InternalItr.atBeginning() &&
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp309 bool atBeginning);
995 Value* addition, bool atBeginning) {
1002 if( atBeginning )
1014 if( atBeginning )
1093 bool atBeginning = false; local
1113 atBeginning = true;
1142 BasicBlock::iterator insertPoint = atBeginning ?
1159 if( atBeginning )
1174 BasicBlock::iterator insertPoint = atBeginning ?
1188 if( atBeginning )
994 insertNumberIncrement(BLInstrumentationNode* node, Value* addition, bool atBeginning) argument
[all...]

Completed in 159 milliseconds