Searched refs:MaxSize (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p11.cpp | 6 return T::MaxSize; // expected-error {{'int' cannot be used prior to '::'}} in f0()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 164 unsigned MaxSize = std::max(SourceLine.size(), in SelectInterestingSourceRegion() local 167 if (MaxSize > SourceLine.size()) in SelectInterestingSourceRegion() 168 SourceLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion() 169 if (MaxSize > CaretLine.size()) in SelectInterestingSourceRegion() 170 CaretLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion() 171 if (!FixItInsertionLine.empty() && MaxSize > FixItInsertionLine.size()) in SelectInterestingSourceRegion() 172 FixItInsertionLine.resize(MaxSize, ' '); in SelectInterestingSourceRegion()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | PageAllocatorSymbian.h | 48 m_maxSize = MaxSize(); in SymbianChunk()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 60 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator 66 char Data[MaxSize];
|
/external/chromium/base/ |
D | mach_ipc_mac.h | 211 size_t MaxSize() const { return storage_length_bytes_; } in MaxSize() function
|
D | mach_ipc_mac.mm | 271 out_message->MaxSize(),
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 173 size_t MaxSize = FirstInst->Operands.size(); in FindUniqueOperandCommands() local 185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 4111 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize) in applyProperty() 4220 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxHeight, MaxHeight, MaxSize) in applyProperty()
|