HomeSort by: relevance | last modified time | path
    Searched defs:SetValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
96 SetValue(&I, R, SF);
355 SetValue(&I, R, SF);
697 SetValue(&I, R, SF);
842 SetValue(&I, R, SF);
868 SetValue(&I, R, SF);
910 SetValue(CallingSF.Caller, Result, CallingSF);
1009 SetValue(PN, ResultValues[i], SF);
1040 SetValue(&I, Result, SF);
1089 SetValue(&I, executeGEPOperation(I.getPointerOperand()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 148 if (ERV->setValue(RV.getValue()))
159 /// SetValue -
161 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
213 if (RV->setValue(V, Loc)) {
2724 SetValue(CurRec, ValLoc, DeclName, None, Val))
2913 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
2958 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value))
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 545 void SetValue(const std::string& new_value) {

Completed in 22 milliseconds