HomeSort by relevance Sort by last modified time
    Searched full:paramattrs (Results 1 - 11 of 11) sorted by null

  /external/testng/src/main/java/org/testng/xml/
LaunchSuite.java 152 Properties paramAttrs = new Properties();
153 paramAttrs.setProperty("name", entry.getKey());
154 paramAttrs.setProperty("value", entry.getValue());
155 suiteBuffer.push("parameter", paramAttrs);
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 88 // FUNCTION: [type, callingconv, isproto, linkage, paramattrs, alignment,
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 333 auto ParamAttrs = Sets.getLink(ParamInfo.Index).Attrs;
338 Externals |= RetAttrs | ParamAttrs;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 508 // FUNCTION: [type, callingconv, isproto, linkage, paramattrs, alignment,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/docs/
LangRef.rst 656 :ref:`parameter attribute <paramattrs>` for the return type, a function
658 attributes <paramattrs>`), optional :ref:`function attributes <fnattrs>`,
672 :ref:`parameter attribute <paramattrs>` for the return type, a function
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 740 // FUNCTION: [type, callingconv, isproto, linkage, paramattrs, alignment,
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 782 milliseconds