This file is indexed.

/usr/include/CLHEP/Utility/keywords.h is in libclhep-dev 2.1.4.1+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef CLHEP_KEYWORDS_H
#define CLHEP_KEYWORDS_H

// ======================================================================
//
// keywords - allow use of C++0X keywords
//
// Author:  W. E. Brown; 2010-03-19
//
// ======================================================================


#include "CLHEP/Utility/defs.h"


// C++0X-like keywords: remove once C++0X is here to stay
//#define constexpr const
//#define noexcept throw()
//#define nullptr 0


#endif  // CLHEP_KEYWORDS_H
//
// ======================================================================