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

  /external/clang/test/CodeGenCXX/
reference-init.cpp 8 const nsXPTParamInfo& paramInfo = params[0];
  /hardware/ti/wlan/wl1271/Test/
ctrlDbg.c 68 paramInfo_t paramInfo;
88 paramInfo.paramType = CTRL_DATA_CURRENT_PROTECTION_STATUS_PARAM;
89 paramInfo.content.ctrlDataProtectionEnabled = ((*(TI_UINT8*)pParam > 0) ? 1 : 0);
90 ctrlData_setParam(pCtrlData,&paramInfo);
  /external/clang/lib/Sema/
SemaLambda.cpp 218 Declarator &ParamInfo,
235 if (ParamInfo.getNumTypeObjects() == 0) {
249 assert(ParamInfo.isFunctionDeclarator() &&
251 DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
260 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
262 EndLoc = ParamInfo.getSourceRange().getEnd();
281 ProcessDeclAttributes(CurScope, Method, ParamInfo);
    [all...]
DeclSpec.cpp 149 ParamInfo *ArgInfo,
206 I.Fun.ArgInfo = new DeclaratorChunk::ParamInfo[NumArgs];
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 191 TTwdParamInfo paramInfo;
194 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
195 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
198 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
285 TTwdParamInfo paramInfo;
287 paramInfo.paramType = TWD_CURRENT_CHANNEL_PARAM_ID;
288 cmdBld_GetParam (pMeasurementSRV->hCmdBld, &paramInfo);
293 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel )
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/libnfc-nxp/src/
phHciNfc_Jewel.c 264 static uint8_t paraminfo[NXP_JEWEL_READID_LENGTH + 1] = {0}; local
301 paraminfo[0] = NXP_JEWEL_READID;
303 ps_pipe_info->param_info = (void *)&paraminfo;
  /external/llvm/lib/AsmParser/
LLParser.h 305 struct ParamInfo {
309 ParamInfo(LocTy loc, Value *v, Attributes attrs)
312 bool ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
LLParser.cpp     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 761 llvm::SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
765 ParseParameterDeclarationClause(D, Attr, ParamInfo, EllipsisLoc);
811 ParamInfo.data(), ParamInfo.size(),
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 95 * \brief Bitmaks of bit which indicates if that the data is not allocated in the paramInfo structure
112 * \brief Macro which returns True if data is not allocated in the paramInfo structure \n
    [all...]

Completed in 1972 milliseconds