Searched refs:Below (Results 1 – 25 of 42) sorted by relevance
12
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 63 StratifiedIndex Below; member 68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() 70 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() 73 void clearBelow() { Below = SetSentinel; } in clearBelow() 236 Link.Below = I; in setBelow() 257 return Link.Below; in getBelow() 335 auto &Below = linksAt(Link.Below); in finalizeSets() local 336 auto Iter = Remaps.find(Below.Number); in finalizeSets() 338 Link.Below = Iter->second; in finalizeSets() 372 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() [all …]
|
D | CFLAliasAnalysis.cpp | 101 enum class Level { Same, Above, Below }; enumerator 372 if (Current->Below == Index2) in getIndexRelation() 373 return Level::Below; in getIndexRelation() 374 Current = &Sets.getLink(Current->Below); in getIndexRelation() 855 return Level::Below; in directionOfEdgeType() 1035 case Level::Below: in buildSetsFrom()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | data06.txt | 82 // /**************** Info Below is needed ****************/
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | clone_test.S | 36 # Below required for Valgrind
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | clone_test.S | 36 # Below required for Valgrind
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content,
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 340 enum DisplayHint { Above, Below }; enumerator 364 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below); 366 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
|
/external/llvm/docs/ |
D | R600Usage.rst | 19 Below some of the currently supported features (modulo bugs). These
|
D | Projects.rst | 110 variables. Below is a list of the variables one can set and what they can
|
D | MergeFunctions.rst | 251 Below, we will use the next operations: 291 ``cmpFlags(F1->hasGC(), F2->hasGC())``). Below is full list of function's 695 Below is detailed body description.
|
/external/v8/ |
D | AUTHORS | 1 # Below is a list of people and organizations that have contributed
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 5 Below is a short description of the contents of this directory.
|
/external/bison/tests/ |
D | torture.at | 477 # Below the limit of 200. 518 # Below the limit of 200.
|
D | java.at | 316 # when we enter error recovery. Below, the lookahead causing the
|
D | calc.at | 546 # when we enter error recovery. Below, the lookahead causing the
|
/external/markdown/docs/ |
D | release-2.0.txt | 23 The new extension API is fully documented in [[writing_extensions]]. Below is a
|
/external/fonttools/Doc/ |
D | install.txt | 81 Below follows a brief overview of what's there.
|
/external/jsoncpp/ |
D | README.txt | 152 Below is a short description of the content of each file:
|
/external/valgrind/docs/ |
D | README | 81 Below are random notes and recollections about how to build PDF / PS
|
/external/skia/site/dev/sheriffing/ |
D | index.md | 28 Below is a brief summary of what the sheriff does for each task:
|
/external/libvorbis/doc/ |
D | 05-comment.tex | 93 Below is a proposed, minimal list of standard field names with a
|
/external/skia/site/dev/tools/ |
D | markdown.md | 146 Below is a longer reference on the MarkDown that docserver accepts.
|
/external/libunwind/doc/ |
D | libunwind-ia64.tex | 70 convenience macros. Below, we describe each kind in turn:
|
/external/protobuf/java/ |
D | README.txt | 151 Below is for 1.5 sources: 229 Below are a series of examples for clarification of the
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 180 …Below is a call graph of the glxgears application together with the Gallium3D's softpipe reference…
|
12