HomeSort by relevance Sort by last modified time
    Searched defs:Finalized (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 65 assert((State != Finalized) &&
66 "Attempting to remap sections for finalized objects.");
72 enum { Raw, Finalizing, Finalized } State;
114 State = Finalized;
234 // If this instance has already been finalized then we can just return
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 212 /// Specifies if the builder results have been finalized. For example, if it
214 bool Finalized;
222 if (!Finalized)
246 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
252 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
  /external/clang/lib/Format/
FormatToken.h 279 bool Finalized = false;

Completed in 9400 milliseconds