OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Decision
(Results
1 - 16
of
16
) sorted by null
/external/v8/src/compiler/
common-operator-reducer.cc
22
enum class
Decision
{ kUnknown, kTrue, kFalse };
24
Decision
DecideCondition(Node* const cond) {
28
return mcond.Value() ?
Decision
::kTrue :
Decision
::kFalse;
32
return mcond.Value() ?
Decision
::kTrue :
Decision
::kFalse;
36
return mcond.Value()->BooleanValue() ?
Decision
::kTrue :
Decision
::kFalse;
39
return
Decision
::kUnknown;
108
Decision
const decision = DecideCondition(cond)
local
[
all
...]
/external/clang/lib/Format/
FormatToken.h
273
/// \brief Stores the formatting
decision
for the token once it was made.
274
FormatDecision
Decision
= FD_Unformatted;
/external/clang/lib/Analysis/
CFG.cpp
500
/// successor block when inserting the
decision
point).
515
/// (2.a has executed), we insert a
decision
block that uses the
538
/// Remember the successor S of a temporary destructor
decision
branch for
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java
154
public static class
Decision
{
156
public int
decision
;
field in class:Grammar.Decision
302
* a global list of rules, token types,
decision
numbers, etc...
319
*
decision
DFA so it can display DFA.
335
/** Be able to assign a number to every
decision
in grammar;
376
/** At least one backtrack=true in rule or
decision
or grammar. */
415
/** Each subrule/rule is a
decision
point and we must track them so we
419
protected Vector<
Decision
> indexToDecision =
420
new Vector<
Decision
>(INITIAL_DECISION_LIST_SIZE);
[
all
...]
/prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 180 milliseconds