HomeSort by relevance Sort by last modified time
    Searched refs:PVal (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 865 const PseudoSourceValue *PVal = Op.getPseudoValue();
866 assert(PVal && "Expected a pseudo source value");
867 switch (PVal->kind()) {
882 cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex());
886 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand(
892 OS, cast<ExternalSymbolPseudoSourceValue>(PVal)->getSymbol());
  /external/clang/include/clang/Sema/
AttributeList.h 243 ArgsUnion PVal(Parm);
244 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
281 ArgsUnion PVal(ArgKind);
282 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 97 ULONGLONG PVal;
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 304 milliseconds