Home
last modified time | relevance | path

Searched refs:FValue (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas106 FValue: String;
370 FValue: Pointer;
443 FValue := AValue;
448 Result := FValue;
453 FValue := Value;
458 Result := FValue;
936 IInterface(FEntries[I].FValue) := nil;
945 Exit(Integer(FEntries[I].FValue));
955 Exit(IInterface(FEntries[I].FValue));
971 FEntries[I].FValue := Pointer(Value);
[all …]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas118 FValue: String;
126 Result := FValue;
131 FValue := V;
139 Foo.Value := FValue;
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1249 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local
1262 if (!isSafeToLoadUnconditionally(FValue, LI->getAlignment(), DL, LI)) in isSafeSelectToSpeculate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8287 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
8290 if (!TValue || !FValue) in isSetCC()
8296 std::swap(TValue, FValue); in isSetCC()
8300 return TValue->isOne() && FValue->isNullValue(); in isSetCC()